mirror of
https://github.com/Estom/notes.git
synced 2026-04-13 18:00:27 +08:00
123
This commit is contained in:
2
.vscode/settings.json
vendored
2
.vscode/settings.json
vendored
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"python.linting.pylintEnabled": true,
|
||||
"python.linting.enabled": true,
|
||||
"python.pythonPath": "D:\\anaconda3\\python.exe",
|
||||
"python.pythonPath": "D:\\anaconda\\envs\\ml\\python.exe",
|
||||
"files.associations": {
|
||||
"xstring": "cpp",
|
||||
"deque": "cpp",
|
||||
|
||||
30
Sklearn/sklearn-cookbook-zh/2.ipynb
Normal file
30
Sklearn/sklearn-cookbook-zh/2.ipynb
Normal file
@@ -0,0 +1,30 @@
|
||||
{
|
||||
"metadata": {
|
||||
"language_info": {
|
||||
"codemirror_mode": {
|
||||
"name": "ipython",
|
||||
"version": 3
|
||||
},
|
||||
"file_extension": ".py",
|
||||
"mimetype": "text/x-python",
|
||||
"name": "python",
|
||||
"nbconvert_exporter": "python",
|
||||
"pygments_lexer": "ipython3",
|
||||
"version": 3
|
||||
},
|
||||
"orig_nbformat": 2
|
||||
},
|
||||
"nbformat": 4,
|
||||
"nbformat_minor": 2,
|
||||
"cells": [
|
||||
{
|
||||
"cell_type": "code",
|
||||
"execution_count": null,
|
||||
"metadata": {},
|
||||
"outputs": [],
|
||||
"source": [
|
||||
"from sklearn import *"
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user