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

Commitd6e3c8c

Browse files
authored
Merge pull request#117 from minjk-bl/devops
v2.0.3 updates
2 parents5777932 +43fed25 commitd6e3c8c

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

41 files changed

+1515
-296
lines changed

‎css/boardFrame.css‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -238,11 +238,11 @@
238238
background-color:rgb(253,177,133);
239239
}
240240
.vp-block.machine_learning .vp-block-header {
241-
background-color:rgb(249,227,214);
241+
background-color:#E8ECD0;
242242
}
243243
.vp-block.machine_learning.vp-focus .vp-block-header,
244244
.vp-block.machine_learning.vp-focus-child .vp-block-header {
245-
background-color:rgb(253,177,133);
245+
background-color:#C6CE94;
246246
}
247247
.vp-block.logic-define .vp-block-header {
248248
background-color:rgb(213,231,222);

‎css/component/instanceEditor.css‎

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@
1717
.vp-ins-select-container .vp-ins-search-icon {
1818
position: absolute;
1919
color:#C4C4C4;
20-
right:5px;
21-
top:5px;
20+
right:7px;
21+
top:7px;
2222
}
2323
.vp-ins-select-box {
2424
margin-top:5px;
@@ -74,6 +74,10 @@
7474
.vp-ins-parameter-box {
7575
grid-column:1/3;
7676
}
77+
.vp-ins-parameter-box:empty::after {
78+
content:'(Empty)';
79+
color:var(--gray-color);
80+
}
7781
.vp-ins-parameter {
7882
width:100%!important;
7983
}

‎css/menuFrame.css‎

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -229,6 +229,15 @@
229229
.vp-menuitem.apps.vp-color-apps4 {
230230
background:#E56139;
231231
}
232+
.vp-menuitem.apps.vp-color-apps5 {
233+
background:#BEB727;
234+
}
235+
.vp-menuitem.apps.vp-color-apps6 {
236+
background:#91A541;
237+
}
238+
.vp-menuitem.apps.vp-color-apps7 {
239+
background:#718E41;
240+
}
232241
.vp-menuitem.apps.vp-color-preparing {
233242
background:var(--gray-color);
234243
}

‎data/libraries.json‎

Lines changed: 19 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -3111,8 +3111,8 @@
31113111
"desc" :"Data sets for machine learning",
31123112
"file" :"m_ml/DataSets",
31133113
"apps" : {
3114-
"color":1,
3115-
"icon":"apps/apps_white.svg"
3114+
"color":5,
3115+
"icon":"apps/apps_dataset.svg"
31163116
}
31173117
},
31183118
{
@@ -3125,8 +3125,8 @@
31253125
"desc" :"Data preparation for machine learning",
31263126
"file" :"m_ml/DataPrep",
31273127
"apps" : {
3128-
"color":1,
3129-
"icon":"apps/apps_white.svg"
3128+
"color":5,
3129+
"icon":"apps/apps_dataprep.svg"
31303130
}
31313131
},
31323132
{
@@ -3139,36 +3139,36 @@
31393139
"desc" :"Data split for machine learning",
31403140
"file" :"m_ml/dataSplit",
31413141
"apps" : {
3142-
"color":1,
3142+
"color":5,
31433143
"icon":"apps/apps_datasplit.svg"
31443144
}
31453145
},
31463146
{
31473147
"id" :"ml_regression",
31483148
"type" :"function",
31493149
"level":1,
3150-
"name" :"Regression",
3150+
"name" :"Regressor",
31513151
"tag" :"REGRESSION,MODEL,MACHINE LEARNING,ML",
31523152
"path" :"visualpython - machine_learning - regression",
31533153
"desc" :"Regression model for machine learning",
31543154
"file" :"m_ml/Regression",
31553155
"apps" : {
3156-
"color":1,
3157-
"icon":"apps/apps_model.svg"
3156+
"color":5,
3157+
"icon":"apps/apps_regression.svg"
31583158
}
31593159
},
31603160
{
31613161
"id" :"ml_classification",
31623162
"type" :"function",
31633163
"level":1,
3164-
"name" :"Classification",
3164+
"name" :"Classifier",
31653165
"tag" :"CLASSIFICATION,MODEL,MACHINE LEARNING,ML",
31663166
"path" :"visualpython - machine_learning - classification",
31673167
"desc" :"Classification model for machine learning",
31683168
"file" :"m_ml/Classification",
31693169
"apps" : {
3170-
"color":1,
3171-
"icon":"apps/apps_model.svg"
3170+
"color":6,
3171+
"icon":"apps/apps_classification.svg"
31723172
}
31733173
},
31743174
{
@@ -3181,22 +3181,22 @@
31813181
"desc" :"Clustering model for machine learning",
31823182
"file" :"m_ml/Clustering",
31833183
"apps" : {
3184-
"color":1,
3185-
"icon":"apps/apps_model.svg"
3184+
"color":6,
3185+
"icon":"apps/apps_clustering.svg"
31863186
}
31873187
},
31883188
{
31893189
"id" :"ml_dimensionReduction",
31903190
"type" :"function",
31913191
"level":1,
3192-
"name" :"Dimension Reduction",
3192+
"name" :"Dimension",
31933193
"tag" :"DIMENSION REDUCTION,MODEL,MACHINE LEARNING,ML",
31943194
"path" :"visualpython - machine_learning - dimension_reduction",
31953195
"desc" :"Dimension reduction model for machine learning",
31963196
"file" :"m_ml/DimensionReduction",
31973197
"apps" : {
3198-
"color":1,
3199-
"icon":"apps/apps_model.svg"
3198+
"color":6,
3199+
"icon":"apps/apps_dimension.svg"
32003200
}
32013201
},
32023202
{
@@ -3209,8 +3209,8 @@
32093209
"desc" :"AutoML model for machine learning",
32103210
"file" :"m_ml/AutoML",
32113211
"apps" : {
3212-
"color":1,
3213-
"icon":"apps/apps_model.svg"
3212+
"color":6,
3213+
"icon":"apps/apps_automl.svg"
32143214
}
32153215
},
32163216
{
@@ -3223,7 +3223,7 @@
32233223
"desc" :"Performance evaluation for machine learning",
32243224
"file" :"m_ml/evaluation",
32253225
"apps" : {
3226-
"color":1,
3226+
"color":7,
32273227
"icon":"apps/apps_evaluate.svg"
32283228
}
32293229
}

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp