Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit3879e37

Browse files
author
minjk-bl
committed
Add GridSearch and Pipeline app
1 parentaa55d20 commit3879e37

File tree

3 files changed

+49
-6
lines changed

3 files changed

+49
-6
lines changed

‎visualpython/data/libraries.json‎

Lines changed: 34 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3509,14 +3509,14 @@
35093509
}
35103510
},
35113511
{
3512-
"id" :"ml_saveLoad",
3512+
"id" :"ml_gridSearch",
35133513
"type" :"function",
35143514
"level":1,
3515-
"name" :"Save/Load",
3516-
"tag" :"SAVE,LOAD,MACHINE LEARNING,ML",
3517-
"path" :"visualpython - machine_learning -save_load",
3518-
"desc" :"Model save/load for machine learning",
3519-
"file" :"m_ml/SaveLoad",
3515+
"name" :"GridSearch",
3516+
"tag" :"GRIDSEARCH,MACHINE LEARNING,ML",
3517+
"path" :"visualpython - machine_learning -gridsearch",
3518+
"desc" :"Grid Search",
3519+
"file" :"m_ml/GridSearch",
35203520
"apps" : {
35213521
"color":13,
35223522
"icon":"apps/apps_file.svg"
@@ -3563,6 +3563,34 @@
35633563
"color":13,
35643564
"icon":"apps/apps_evaluate.svg"
35653565
}
3566+
},
3567+
{
3568+
"id" :"ml_pipeline",
3569+
"type" :"function",
3570+
"level":1,
3571+
"name" :"Pipeline",
3572+
"tag" :"PIPELINE,MACHINE LEARNING,ML",
3573+
"path" :"visualpython - machine_learning - pipeline",
3574+
"desc" :"Pipeline for machine learning",
3575+
"file" :"m_ml/Pipeline",
3576+
"apps" : {
3577+
"color":14,
3578+
"icon":"apps/apps_file.svg"
3579+
}
3580+
},
3581+
{
3582+
"id" :"ml_saveLoad",
3583+
"type" :"function",
3584+
"level":1,
3585+
"name" :"Save/Load",
3586+
"tag" :"SAVE,LOAD,MACHINE LEARNING,ML",
3587+
"path" :"visualpython - machine_learning - save_load",
3588+
"desc" :"Model save/load for machine learning",
3589+
"file" :"m_ml/SaveLoad",
3590+
"apps" : {
3591+
"color":14,
3592+
"icon":"apps/apps_file.svg"
3593+
}
35663594
}
35673595
]
35683596
}
Lines changed: 6 additions & 0 deletions
Loading
Lines changed: 9 additions & 0 deletions
Loading

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp