当前位置:网站首页>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.
边栏推荐
猜你喜欢
Location、navigator和History对象
设置图片纵横比
QT之实现斗鱼直播PC客户端
七分钟深入理解——卷积神经网络(CNN)
可视水印的实现——1使用加法实现(add,+)
Go的安装使用(一)
VisibleDeprecationWarning: Creating an ndarray from ragged nested sequences (which is a list-or-tupl
BCS演讲实录 | 未来智安CTO陈毓端精讲《XDR扩展威胁检测响应探索与实践》
Jetson Nano 2GB Developer Kit 安装说明
Nexus 5手机使用Nexmon工具获取CSI信息
随机推荐
单目三维目标检测之CaDDN论文阅读
ffmpeg推流USB到rtsp
offset、client 和 scroll
腾讯云+keepalived搭建云服务器主备实践
JVM机制
深蓝学院-视觉SLAM十四讲-第六章作业
激光驱鸟器
深蓝学院-视觉SLAM十四讲-第五章作业
全球主要国家地区数据(MySQL数据)
h264转hls
onvif/rtsp转gb28181协议,无缝对接国标平台
shell中常用的基础命令
js平层数组转树形结构(解决数据处理后源数据篡改)
学习(二):单例模板
深蓝学院-手写VIO作业-第一章
STM32/TMS320F2812+W5500硬软件调试总结
3个最佳实践助力企业改善供应链安全
侦听器watch及其和计算属性、methods方法的总结
jetracer_pro_2GB AI Kit系统安装使用说明
matlab作图显示中文正常,保存图片中文乱码