说明:MLP2
安装
需要Python 3
Mac通过Brew
brew install python3
Windows通过Choco
choco install python3
Windows(PowerShell)
mkdir WinVenv
python -m venv .\WinVenv\
.\WinVenv\scr ipts\activate
python -m pip install --upgrade pip
pip install pandas sklearn matplot
<weixin_42160425> 上传 | 大小:198kb