MachineLearningWithMe
This project contains more than 10 common statistical machine learning algorithm implementations.
Content
2022年
Chapter 1:Introduction of Environment Installation (in Chinese)
The Python version is 3.6. See requirements.txt for each Python package version. You can install all packages with the following command:
pip install -r requirements.txt