当前位置:网站首页>Pycharm platform import scikit-learn
Pycharm platform import scikit-learn
2022-08-02 05:22:00 【CS research GO】
Hello everyone!
I'm Lu Ban·, a fat man who is keen on scientific research and soft development!
Pycharm platform import scikit-learn
Runtime
- windows 10
- Pycharm 2020.3
- python 3.9
import scikit-learn
# Open a terminal and enter the following command:# 1. Install the Numpy library: Numpy (short for Numerical Python) is an open source Python scientific computing library. pip install --index-url https://pypi.tuna.tsinghua.edu.cn/simple/ numpy# 2. Scipy library: The foundation of sklearn library, which integrates various mathematical algorithms and functions based on Numpy.pip install --index-url https://pypi.tuna.tsinghua.edu.cn/simple/ scipy# 3. matplotlib library: It is a Python toolkit based on Numpy and provides a large number of data plotting tools.pip install --index-url https://pypi.tuna.tsinghua.edu.cn/simple/ matplotlib# 4. scikit-learn is referred to as sklearn, which integrates commonly used machine learning methods. The sklearn library is developed based on Numpy, Scipy and matplotlib. Therefore, before installing sklearn, you need to install the above dependent libraries.pip install --index-url https://pypi.tuna.tsinghua.edu.cn/simple/ scikit-learn# The above lib is installed using Tsinghua mirror: http://https://pypi.tuna.tsinghua.edu.cn/simple/, this mirror can use Alibaba Cloud mirror (https://mirrors.aliyun.com/pypi/simple/) to replace.
See if scikit-learn is imported
Use the shortcut keys Ctrl + Alt + Z to open the setting interface, and check the icon area, you can find that the required module has been successfully imported.
Reliable content, pay attention and don't get lost.
边栏推荐
猜你喜欢
随机推荐
视觉SLAM十四讲--第13讲 实践:设计SLAM系统(最详细的代码调试运行步骤)
QT中更换OPENCV版本(3->4),以及一些宏定义的改变
使用Ansible编写playbook自动化安装php7.3.14
开箱即用的职场办公常用功能:全文检索、便签、云笔记
深蓝学院-视觉SLAM十四讲-第四章作业
h264转hls
金融行业案例 | 未来智安XDR助力银行业客户优化安全运营体系,有效提高告警研判率
最长公共子串
v-model修饰符
深度学习基础之batch_size
Go的安装使用(一)
如何将PDF中的一部分页面另存为新的PDF文件
Pycharm平台导入scikit-learn
ES6中变量的使用及结构赋值
未来智安入围《2022年中国数字安全百强报告》,威胁检测与响应领域唯一XDR厂商
科研笔记(八) 深度学习及其在 WiFi 人体感知中的应用(下)
深蓝学院-手写VIO作业-第一章
SLSA 框架与软件供应链安全防护
Win8.1下QT4.8集成开发环境的搭建
2022华为软件精英挑战赛(初赛)-总结