当前位置:网站首页>The simplest sklearn environment configuration tutorial in the whole network (100% success)
The simplest sklearn environment configuration tutorial in the whole network (100% success)
2022-07-25 08:53:00 【Dance rain】
The simplest in the whole network sklearn Environment configuration tutorial ( 100% success )
1、 Use requirements.txt Install all packages at one time :
2、 open Anaconda Prompt(anaconda3) And create a virtual environment .
3、 Activate the newly created sklearn A virtual environment ( The name I use here is ml)
4、 Install the required libraries
2、 Choose the ml A virtual environment
5、 Next, Li will automatically enter jupyter Interface .
Environmental content :
Pyhon edition :3.7.1
scikit_learn==0.20.0
graphviz==0.8.4
numpy==1.15.3
pandas==0.23.4
matplotlib==3.0.1
scipy==1.1.0 If not installed Anaconda And Python3.7 Of Little buddy, you can refer to my best work ( As for the same name, please ignore ): The simplest in the whole network Anaconda+Python3.7 Installation tutorial Win10( 100% success )_ Dance rain . The blog of -CSDN Blog _anaconda install python3.7
Environment configuration :
1、 Use requirements.txt Install all packages at one time :
Create a file requirements.txt Put the text of the environment content copy To a file .
Pictured :
2、 open Anaconda Prompt(anaconda3) And create a virtual environment .
The name of virtual environment can use the abbreviation of machine learning "ML", Of course, you can also use other names, such as "sklearn"?
The command to create a virtual environment is as follows :
conda create -n ml python=3.7 -y
3、 Activate the newly created sklearn A virtual environment ( The name I use here is ml)
Enter the command :
activate ml Pictured :
4、 Install the required libraries
Enter the command :( among requirements.txt You can directly drag it into the terminal command window to automatically obtain the absolute path , Remember -r Then add a space !)
pip install -r C:\Users\86137\Desktop\requirements.txt -i https://pypi.mirrors.ustc.edu.cn/simple/
Looking in indexes: https://pypi.mirrors.ustc.edu.cn/simple/Pictured :

download Jupyter:
1、 open Anaconda Navigator
Anaconda Navigator That's the guy down there !

2、 Choose the ml A virtual environment

3、 download jupyter

4、 Use jupyter
Click on the newly added cute ghost !

5、 Next, Li will automatically enter jupyter Interface .
This article only covers the configuration environment .
The end of the :
Last , If you think the article is helpful , Trouble three times , thank you ! Last , If you think the article is helpful , Trouble three times , thank you ! Last , If you think the article is helpful , Trouble three times , thank you !
边栏推荐
- 艺术 NFT 的发展之路
- JDBC快速入门
- unity客户端读取文本配置
- FreeMaker模板引擎
- This week's big news | FCC exposed Pico 4 VR all-in-one machine, and leipeng's parent company established a smart glasses laboratory
- flink sql怎么持久化?
- Wechat reservation applet graduation design of applet completion works (2) applet function
- @The difference and use of value and configurationproperties
- 音乐人的 NFT 指南
- 51单片机内部外设:定时器和计数器
猜你喜欢

Centernet network structure construction

Technical aspect ② what are the index types in MySQL and briefly introduce them? When do I need to create an index? When is it not necessary to create an index? Why does the query speed increase after

Wechat sports ground reservation applet graduation design of applet completion works (3) background function

Illustration leetcode - 919. Complete binary tree inserter (difficulty: medium)

Intelligent operation and maintenance scenario analysis: how to detect abnormal business system status through exception detection

This week's big news | FCC exposed Pico 4 VR all-in-one machine, and leipeng's parent company established a smart glasses laboratory

Solve the syntaxerror: unexpected end of JSON input

Wechat Reservation Reservation of applet completion works applet graduation project (8) graduation project thesis template

Visual query (sp_helptext) -- quick query of stored procedures containing specified strings (with source code)
![[NPM] the](/img/ae/efccefae0323a1f6a425523e01d2ac.png)
[NPM] the "NPM" item cannot be recognized as the name of cmdlets, functions, script files or runnable programs. Please check the spelling of the name. If the path is included, make sure the path is co
随机推荐
Wechat sports field reservation of the finished works of the applet graduation project (4) opening report
Redis学习笔记
360度拖拽全景图插件tpanorama.js
canvas很多圆圈组成的文本js特效
[hero planet July training leetcode problem solving daily] 19th binary tree
NVIDIA可编程推理加速器TensorRT学习笔记(二)——实操
音乐人的 NFT 指南
PL/SQL工具导出sql文件所使用的命令是什么?
Tips for improving code sustainability, take connectto method as an example.
Wechat reservation applet graduation design of applet completion works (1) development outline
Freemaker template engine
Wechat applet ordering system graduation design of applet completion works (2) applet function
Foundation 32: page element positioning method XPath --- axis positioning method
51 MCU peripherals: Motor
51 MCU internal peripherals: timer and counter
How does Flink SQL persist?
51 single chip microcomputer key control LED light status
Wechat reservation applet graduation design of applet completion works (3) background function
Yolov5 environment configuration
Swift initializer and optional chain