Hello,everyone!
我是鲁班·,一个热衷于科研和软开的胖子!
# 打开终端,输入以下命令:
# 1. 安装Numpy库: Numpy(Numerical Python的缩写) 是一个开源的Python科学计算库.
pip install --index-url https://pypi.tuna.tsinghua.edu.cn/simple/ numpy
# 2. Scipy库: sklearn库的基础,它基于Numpy集成多种数学算法和函数.
pip install --index-url https://pypi.tuna.tsinghua.edu.cn/simple/ scipy
# 3. matplotlib库: 它是基于Numpy的一套Python工具包,并提供了大量的数据绘图工具.
pip install --index-url https://pypi.tuna.tsinghua.edu.cn/simple/ matplotlib
# 4. scikit-learn简称sklearn,集成常用的机器学习方法. sklearn库以Numpy、Scipy和matplotlib为基础进行开发因此安装sklearn之前,需要先安装上述依赖库.
pip install --index-url https://pypi.tuna.tsinghua.edu.cn/simple/ scikit-learn
# 上述lib安装时使用清华镜像:http://https://pypi.tuna.tsinghua.edu.cn/simple/, 此镜像可以使用阿里云镜像(https://mirrors.aliyun.com/pypi/simple/)进行替换.
使用快捷键Ctrl + Alt + Z打开设置界面,并查看图示区域,可发现所需模块已成功导入。