用户工具

站点工具


zh:notes:install_scikit-learn

这是本文档旧的修订版!


Install scikit-learn

Requirements

Add a Directory to PATH

# append a line to profile
> vim /etc/profile
> PATH=/usr/local/python3.7.4/bin:$PATH
> source /etc/profile
> echo $PATH

Install scikit-learn

> pip install -U scikit-learn
> pip install -U matplotlib
> pip install -U pandas
zh/notes/install_scikit-learn.1613464427.txt.gz · 最后更改: 2021/02/16 16:33 由 pzczxs