- 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.
- Python數(shù)據(jù)分析入門與實戰(zhàn)
- Learn to Create WordPress Themes by Building 5 Projects
- Python進階編程:編寫更高效、優(yōu)雅的Python代碼
- MATLAB實用教程
- SSM開發(fā)實戰(zhàn)教程(Spring+Spring MVC+MyBatis)
- Spring Boot+MVC實戰(zhàn)指南
- R Data Science Essentials
- 網(wǎng)絡數(shù)據(jù)采集技術:Java網(wǎng)絡爬蟲實戰(zhàn)
- C++ System Programming Cookbook
- 高效使用Greenplum:入門、進階與數(shù)據(jù)中臺
- PHP項目開發(fā)全程實錄(第4版)
- Learning iOS Penetration Testing
- INSTANT EaselJS Starter
- Isomorphic JavaScript Web Development
- Microsoft Azure Security