- Mastering Machine Learning with scikit-learn(Second Edition)
- Gavin Hackeling
- 174字
- 2021-07-02 19:01:11
Installing pandas, Pillow, NLTK, and matplotlib
pandas is an open source library that provides data structures and analysis tools for Python. pandas is a powerful library, and several books describe how to use pandas for data analysis. We will use a few of pandas's convenient tools for importing data and calculating summary statistics. Pillow is a fork of the Python Imaging Library, which provides a variety of image processing features. NLTK is a library for working with human language. As for scikit-learn, pip is the preferred installation method for pandas, Pillow, and NLTK. Execute the following command in a terminal emulator:
$ pip install pandas pillow nltk
Matplotlib is a library for easily creating plots, histograms, and other charts with Python. We will use it to visualize training data and models. Matplotlib has several dependencies. Like pandas, matplotlib depends on NumPy, which should already be installed. On Ubuntu 16.04, matplotlib and its dependencies can be installed with:
$ sudo apt install python-matplotlib
Binaries for Mac OS and Windows 10 can be downloaded from http://matplotlib.org/downloads.html.
- TensorFlow Lite移動(dòng)端深度學(xué)習(xí)
- Java EE框架整合開(kāi)發(fā)入門到實(shí)戰(zhàn):Spring+Spring MVC+MyBatis(微課版)
- PHP基礎(chǔ)案例教程
- Java:Data Science Made Easy
- C語(yǔ)言程序設(shè)計(jì)實(shí)驗(yàn)指導(dǎo) (第2版)
- Android Studio Cookbook
- Arduino機(jī)器人系統(tǒng)設(shè)計(jì)及開(kāi)發(fā)
- 計(jì)算語(yǔ)言學(xué)導(dǎo)論
- Java EE基礎(chǔ)實(shí)用教程
- 前端程序員面試筆試真題與解析
- Python自動(dòng)化運(yùn)維:技術(shù)與最佳實(shí)踐
- Mastering Swift 4(Fourth Edition)
- Learning IBM Bluemix
- Visual C++實(shí)用教程
- 計(jì)算機(jī)教學(xué)研究與實(shí)踐:2017學(xué)術(shù)年會(huì)論文集