Skip to content

Commit 94f2f60

Browse files
author
minjk-bl
committed
Change menu sorting
1 parent 9ade0c8 commit 94f2f60

File tree

4 files changed

+32
-60
lines changed

4 files changed

+32
-60
lines changed
File renamed without changes.

data/libraries.json

Lines changed: 30 additions & 58 deletions
Original file line numberDiff line numberDiff line change
@@ -2860,14 +2860,14 @@
28602860
"file": "m_matplotlib/import"
28612861
},
28622862
{
2863-
"id": "mp_plot",
2863+
"id": "mp_chart",
28642864
"type": "function",
28652865
"level": 2,
28662866
"name": "Create chart",
28672867
"path": "visualpython - library - matplotlib - plot",
28682868
"desc": "",
28692869
"tag": "MATPLOTLIB, PLOT, CHART",
2870-
"file": "m_matplotlib/plot"
2870+
"file": "m_visualize/Chart"
28712871
},
28722872
{
28732873
"id": "mp_figure",
@@ -3101,34 +3101,6 @@
31013101
"icon": "apps/apps_style.svg"
31023102
}
31033103
},
3104-
{
3105-
"id" : "pd_plot",
3106-
"type" : "function",
3107-
"level": 1,
3108-
"name" : "Pandas",
3109-
"tag" : "PANDAS PLOT,PANDAS",
3110-
"path" : "visualpython - library - pandas - plot",
3111-
"desc" : "Pandas plot creation",
3112-
"file" : "m_library/m_pandas/plot",
3113-
"apps" : {
3114-
"color": 5,
3115-
"icon": "apps/apps_visualize.svg"
3116-
}
3117-
},
3118-
{
3119-
"id" : "visualize_chart",
3120-
"type" : "function",
3121-
"level": 1,
3122-
"name" : "Matplotlib",
3123-
"tag" : "MATPLOTLIB,CHART,VISUALIZATION,VISUALIZE",
3124-
"path" : "visualpython - visualization - matplotlib",
3125-
"desc" : "Matplotlib chart creation",
3126-
"file" : "m_apps/Chart",
3127-
"apps" : {
3128-
"color": 5,
3129-
"icon": "apps/apps_visualize.svg"
3130-
}
3131-
},
31323104
{
31333105
"id" : "visualize_seaborn",
31343106
"type" : "function",
@@ -3169,20 +3141,6 @@
31693141
"icon": "apps/apps_dataset.svg"
31703142
}
31713143
},
3172-
{
3173-
"id" : "ml_dataPrep",
3174-
"type" : "function",
3175-
"level": 1,
3176-
"name" : "Data Prep",
3177-
"tag" : "DATA PREPARATION,MACHINE LEARNING,ML",
3178-
"path" : "visualpython - machine_learning - data prep",
3179-
"desc" : "Data preparation for machine learning",
3180-
"file" : "m_ml/DataPrep",
3181-
"apps" : {
3182-
"color": 6,
3183-
"icon": "apps/apps_dataprep.svg"
3184-
}
3185-
},
31863144
{
31873145
"id" : "ml_dataSplit",
31883146
"type" : "function",
@@ -3198,17 +3156,31 @@
31983156
}
31993157
},
32003158
{
3201-
"id" : "ml_evaluation",
3159+
"id" : "ml_dataPrep",
32023160
"type" : "function",
32033161
"level": 1,
3204-
"name" : "Evaluation",
3205-
"tag" : "PERFORMANCE EVALUATION,MACHINE LEARNING,ML",
3206-
"path" : "visualpython - machine_learning - evaluation",
3207-
"desc" : "Performance evaluation for machine learning",
3208-
"file" : "m_ml/evaluation",
3162+
"name" : "Data Prep",
3163+
"tag" : "DATA PREPARATION,MACHINE LEARNING,ML",
3164+
"path" : "visualpython - machine_learning - data prep",
3165+
"desc" : "Data preparation for machine learning",
3166+
"file" : "m_ml/DataPrep",
32093167
"apps" : {
32103168
"color": 6,
3211-
"icon": "apps/apps_evaluate.svg"
3169+
"icon": "apps/apps_dataprep.svg"
3170+
}
3171+
},
3172+
{
3173+
"id" : "ml_autoML",
3174+
"type" : "function",
3175+
"level": 1,
3176+
"name" : "AutoML",
3177+
"tag" : "AUTO ML,MODEL,MACHINE LEARNING,ML",
3178+
"path" : "visualpython - machine_learning - automl",
3179+
"desc" : "AutoML model for machine learning",
3180+
"file" : "m_ml/AutoML",
3181+
"apps" : {
3182+
"color": 6,
3183+
"icon": "apps/apps_automl.svg"
32123184
}
32133185
},
32143186
{
@@ -3268,17 +3240,17 @@
32683240
}
32693241
},
32703242
{
3271-
"id" : "ml_autoML",
3243+
"id" : "ml_evaluation",
32723244
"type" : "function",
32733245
"level": 1,
3274-
"name" : "AutoML",
3275-
"tag" : "AUTO ML,MODEL,MACHINE LEARNING,ML",
3276-
"path" : "visualpython - machine_learning - automl",
3277-
"desc" : "AutoML model for machine learning",
3278-
"file" : "m_ml/AutoML",
3246+
"name" : "Evaluation",
3247+
"tag" : "PERFORMANCE EVALUATION,MACHINE LEARNING,ML",
3248+
"path" : "visualpython - machine_learning - evaluation",
3249+
"desc" : "Performance evaluation for machine learning",
3250+
"file" : "m_ml/evaluation",
32793251
"apps" : {
32803252
"color": 8,
3281-
"icon": "apps/apps_automl.svg"
3253+
"icon": "apps/apps_evaluate.svg"
32823254
}
32833255
}
32843256
]
File renamed without changes.

js/m_apps/Chart.js renamed to js/m_visualize/Chart.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@
1313
// [CLASS] Chart
1414
//============================================================================
1515
define([
16-
'text!vp_base/html/m_apps/chart.html!strip',
17-
'css!vp_base/css/m_apps/chart.css',
16+
'text!vp_base/html/m_visualize/chart.html!strip',
17+
'css!vp_base/css/m_visualize/chart.css',
1818
'vp_base/js/com/com_String',
1919
'vp_base/js/com/com_Const',
2020
'vp_base/js/com/com_util',

0 commit comments

Comments
 (0)