用户工具

站点工具


zh:notes:install_scikit-learn

Install scikit-learn

Operation System

CentOS 7.6 (64 bits)

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.txt · 最后更改: 2022/01/27 08:23 由 pzczxs