- Python Machine Learning By Example
- Yuxi (Hayden) Liu
- 46字
- 2025-04-04 14:50:03
SciPy
In machine learning, we mainly use NumPy arrays to store data vectors or matrices composed of feature vectors. SciPy (https://www.scipy.org/scipylib/index.html) uses NumPy arrays and offers a variety of scientific and mathematical functions. Installing SciPy in the terminal is similar, again as follows:
pip install scipy