- Mastering Data Mining with Python:Find patterns hidden in your data
- Megan Squire
- 202字
- 2021-08-20 10:33:26
What you need for this book
To complete the projects in this book, you will need a version of Python 3.5 or higher. I recommend using Anaconda Python, but any Python distribution will do as long as it is updated and contains the following packages: Numpy, Matplotlib, NetworkX, PyMySQL, Gensim, and NLTK. In Chapter 1, Expanding Your Data Mining Toolbox, we will walk through an easy installation of Python and all these libraries, and each time a library is used later in the book, we will install it or upgrade it together.
Because data mining is obviously data-centric, and because the data sets we are working with are sometimes large or require some type of persistent data storage, I chose to implement some of the data mining algorithms alongside a relational database system. I chose MySQL for accomplishing this since it is an established, easy-to-download and install piece of infrastructure. The chapters where MySQL comes into play are in working with the memory-intensive algorithms in Chapter 2, Association Rule Mining, and Chapter 3, Entity Matching. I also use MySQL for some of the examples in Chapter 9, Mining for Data Anomalies, but it is possible to go through that chapter without MySQL.
- SPSS數據挖掘與案例分析應用實踐
- 精通Nginx(第2版)
- Objective-C Memory Management Essentials
- 信息可視化的藝術:信息可視化在英國
- Java從入門到精通(第4版)
- Android 7編程入門經典:使用Android Studio 2(第4版)
- 人人都是網站分析師:從分析師的視角理解網站和解讀數據
- Learning DHTMLX Suite UI
- 30天學通C#項目案例開發
- Visual C++從入門到精通(第2版)
- SQL Server 2008實用教程(第3版)
- Java EE輕量級解決方案:S2SH
- 美麗洞察力:從化妝品行業看顧客需求洞察
- Swift編程實戰:iOS應用開發實例及完整解決方案
- Python量子計算實踐:基于Qiskit和IBM Quantum Experience平臺