【说站】SKlearn如何在python安装?
2024-12-25
11
SKlearn如何在python安装?
1、安装要求:Python 3.5以上版本,需要安装 NumPy、SciPy、Pandas工具包的支持,部分内容需要使用 Matplotlib。
pip 安装命令:
pip3 install -U scikit-learn pip3 install -U scikit-learn -i https://pypi.douban.com/simple
2、建议安装 Numpy+mkl
可以在网址http://www.lfd.uci.edu/~gohlke/pythonlibs/ 找到你需要的numpy+mkl版本,下载后 pip3安装:
pip install numpy-1.11.1+mkl-cp27-cp27m-win_amd64.whl
以上就是SKlearn在python安装的方法,希望对大家有所帮助。更多Python学习指路:python基础教程
本文教程操作环境:windows7系统、Python 3.9.1,DELL G3电脑。
更新于:1天前赞一波!2
相关文章
- 【说站】Python中SKlearn是什么
- 【说站】Python findall函数如何匹配字符串
- 【说站】Python如何提取字符串的内容
- 【说站】python文件的三大访问方式
- 【说站】python中Pycharm的快捷键及用法
- 【说站】python整数的用法整理
- 【说站】python中Locust的安装和使用
- 【说站】python中DataFrame的运算总结
- 【说站】python中Pycharm如何调试视图
- 【说站】python中pandas有哪些功能特色
- 【说站】Python pandas和numpy的区别
- 【说站】python数据离散化是什么
- 【说站】python数据拼接如何实现
- 【说站】python中pandas排序的两种形式
- 【说站】python使用required定义必填字段
- 【说站】python marshmallow如何提供默认值
- 【说站】python dump方法的序列化
- 【说站】python中的Locust是什么
- 【说站】python中apply和transform的比较
- 【说站】python中marshmallow库如何使用
文章评论
评论问答