python==3.7
numpy>=1.15.1
scikit-learn>=1.0
matplotlib>=2.2.3
pandas>=0.23.4
scipy>=1.1.0
安装有两种方法:
- pip 安装
python3.7安装(win10):https://blog.csdn.net/weixin_43790276/article/details/89439352
如果已经有python环境,在终端上运行
pip install -r requirements.txt
- conda 安装
** !!!!!建议最好用anaconda配置python环境,简单又方便**
windows:https://blog.csdn.net/weixin_43715458/article/details/100096496
macOS:https://blog.csdn.net/lq_547762983/article/details/81003528
linux:https://blog.csdn.net/cckavin/article/details/86663352
安装了conda环境之后,打开终端,运行
conda create -n ML python=3.7
source activate ML (or conda activate ML)
conda install scikit-learn
conda install matplotlib
撰写和阅读md文件推荐下载Mark Text:GitHub - marktext/marktext: 📝A simple and elegant markdown editor, available for Linux, macOS and Windows.
关于作业的一切问题,可以直接发邮件咨询[email protected]
或者在issue上留言提问,如果我有时间看的话就会处理大家的问题。