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

v2.0.3 updates#117

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to ourterms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Merged
minjk-bl merged 28 commits intovisualpython:devopsfromminjk-bl:devops
Mar 14, 2022
Merged
Show file tree
Hide file tree
Changes fromall commits
Commits
Show all changes
28 commits
Select commitHold shift + click to select a range
198bf02
Add ML > DataSets
Mar 4, 2022
3a81ca8
Set default title for Hide VP Note
Mar 4, 2022
cff4cbe
Fix AutoML
Mar 6, 2022
611e1aa
Add auto-sklearn to AutoML
Mar 11, 2022
38c8edd
Add ML apps icon & color
Mar 11, 2022
151143f
Fix DataSets code to create DataFrame
Mar 11, 2022
769ed3f
Add some models
Mar 11, 2022
2caaf0e
Fix ModelSelection page using ModelEditor
Mar 11, 2022
7420776
Fix Model editor #1
Mar 11, 2022
f2f55b6
Add ML > DataSets
Mar 4, 2022
02c2e27
Set default title for Hide VP Note
Mar 4, 2022
8396180
Fix AutoML
Mar 6, 2022
f058b29
Add auto-sklearn to AutoML
Mar 11, 2022
34ee496
Add ML apps icon & color
Mar 11, 2022
d77e645
Fix DataSets code to create DataFrame
Mar 11, 2022
4cbb72e
Add some models
Mar 11, 2022
830484e
Fix ModelSelection page using ModelEditor
Mar 11, 2022
3c5b2a2
Fix Model editor #1
Mar 11, 2022
54f862d
Fix ML apps - add more options, fix load/save
Mar 14, 2022
a61ec2e
merge conflicts
Mar 14, 2022
2e369e7
merge conflict
Mar 14, 2022
12755c6
Fix Model options
Mar 14, 2022
bb53651
style fix
Mar 14, 2022
94baf25
fix small bugs
Mar 14, 2022
7dd7679
ML - option pages' label fixed (no underbar and add upper case
Mar 14, 2022
beae73d
Confirm to save changes before clear note
Mar 14, 2022
2bd8b01
Add function able to insert multiple code cells - for ML evaluation
Mar 14, 2022
43fed25
small changes
Mar 14, 2022
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletionscss/boardFrame.css
View file
Open in desktop
Original file line numberDiff line numberDiff line change
Expand Up@@ -238,11 +238,11 @@
background-color: rgb(253, 177, 133);
}
.vp-block.machine_learning .vp-block-header {
background-color:rgb(249, 227, 214);
background-color:#E8ECD0;
}
.vp-block.machine_learning.vp-focus .vp-block-header,
.vp-block.machine_learning.vp-focus-child .vp-block-header {
background-color:rgb(253, 177, 133);
background-color:#C6CE94;
}
.vp-block.logic-define .vp-block-header {
background-color: rgb(213, 231, 222);
Expand Down
8 changes: 6 additions & 2 deletionscss/component/instanceEditor.css
View file
Open in desktop
Original file line numberDiff line numberDiff line change
Expand Up@@ -17,8 +17,8 @@
.vp-ins-select-container .vp-ins-search-icon {
position: absolute;
color: #C4C4C4;
right:5px;
top:5px;
right:7px;
top:7px;
}
.vp-ins-select-box {
margin-top: 5px;
Expand DownExpand Up@@ -74,6 +74,10 @@
.vp-ins-parameter-box {
grid-column: 1/3;
}
.vp-ins-parameter-box:empty::after {
content: '(Empty)';
color: var(--gray-color);
}
.vp-ins-parameter {
width: 100% !important;
}
Expand Down
9 changes: 9 additions & 0 deletionscss/menuFrame.css
View file
Open in desktop
Original file line numberDiff line numberDiff line change
Expand Up@@ -229,6 +229,15 @@
.vp-menuitem.apps.vp-color-apps4 {
background:#E56139;
}
.vp-menuitem.apps.vp-color-apps5 {
background:#BEB727;
}
.vp-menuitem.apps.vp-color-apps6 {
background:#91A541;
}
.vp-menuitem.apps.vp-color-apps7 {
background:#718E41;
}
.vp-menuitem.apps.vp-color-preparing {
background:var(--gray-color);
}
Expand Down
38 changes: 19 additions & 19 deletionsdata/libraries.json
View file
Open in desktop
Original file line numberDiff line numberDiff line change
Expand Up@@ -3111,8 +3111,8 @@
"desc" : "Data sets for machine learning",
"file" : "m_ml/DataSets",
"apps" : {
"color":1,
"icon": "apps/apps_white.svg"
"color":5,
"icon": "apps/apps_dataset.svg"
}
},
{
Expand All@@ -3125,8 +3125,8 @@
"desc" : "Data preparation for machine learning",
"file" : "m_ml/DataPrep",
"apps" : {
"color":1,
"icon": "apps/apps_white.svg"
"color":5,
"icon": "apps/apps_dataprep.svg"
}
},
{
Expand All@@ -3139,36 +3139,36 @@
"desc" : "Data split for machine learning",
"file" : "m_ml/dataSplit",
"apps" : {
"color":1,
"color":5,
"icon": "apps/apps_datasplit.svg"
}
},
{
"id" : "ml_regression",
"type" : "function",
"level": 1,
"name" : "Regression",
"name" : "Regressor",
"tag" : "REGRESSION,MODEL,MACHINE LEARNING,ML",
"path" : "visualpython - machine_learning - regression",
"desc" : "Regression model for machine learning",
"file" : "m_ml/Regression",
"apps" : {
"color":1,
"icon": "apps/apps_model.svg"
"color":5,
"icon": "apps/apps_regression.svg"
}
},
{
"id" : "ml_classification",
"type" : "function",
"level": 1,
"name" : "Classification",
"name" : "Classifier",
"tag" : "CLASSIFICATION,MODEL,MACHINE LEARNING,ML",
"path" : "visualpython - machine_learning - classification",
"desc" : "Classification model for machine learning",
"file" : "m_ml/Classification",
"apps" : {
"color":1,
"icon": "apps/apps_model.svg"
"color":6,
"icon": "apps/apps_classification.svg"
}
},
{
Expand All@@ -3181,22 +3181,22 @@
"desc" : "Clustering model for machine learning",
"file" : "m_ml/Clustering",
"apps" : {
"color":1,
"icon": "apps/apps_model.svg"
"color":6,
"icon": "apps/apps_clustering.svg"
}
},
{
"id" : "ml_dimensionReduction",
"type" : "function",
"level": 1,
"name" : "Dimension Reduction",
"name" : "Dimension",
"tag" : "DIMENSION REDUCTION,MODEL,MACHINE LEARNING,ML",
"path" : "visualpython - machine_learning - dimension_reduction",
"desc" : "Dimension reduction model for machine learning",
"file" : "m_ml/DimensionReduction",
"apps" : {
"color":1,
"icon": "apps/apps_model.svg"
"color":6,
"icon": "apps/apps_dimension.svg"
}
},
{
Expand All@@ -3209,8 +3209,8 @@
"desc" : "AutoML model for machine learning",
"file" : "m_ml/AutoML",
"apps" : {
"color":1,
"icon": "apps/apps_model.svg"
"color":6,
"icon": "apps/apps_automl.svg"
}
},
{
Expand All@@ -3223,7 +3223,7 @@
"desc" : "Performance evaluation for machine learning",
"file" : "m_ml/evaluation",
"apps" : {
"color":1,
"color":7,
"icon": "apps/apps_evaluate.svg"
}
}
Expand Down
Loading

[8]ページ先頭

©2009-2025 Movatter.jp