|
3047 | 3047 | "icon": "apps/apps_markdown.svg" |
3048 | 3048 | } |
3049 | 3049 | }, |
3050 | | - { |
3051 | | - "id" : "visualize_chart", |
3052 | | - "type" : "function", |
3053 | | - "level": 1, |
3054 | | - "name" : "Chart", |
3055 | | - "tag" : "MATPLOTLIB,CHART,VISUALIZATION,VISUALIZE", |
3056 | | - "path" : "visualpython - visualization - matplotlib", |
3057 | | - "desc" : "Matplotlib chart creation", |
3058 | | - "file" : "m_apps/Chart", |
3059 | | - "apps" : { |
3060 | | - "color": 3, |
3061 | | - "icon": "apps/apps_chart.svg" |
3062 | | - } |
3063 | | - }, |
3064 | 3050 | { |
3065 | 3051 | "id" : "apps_pdf", |
3066 | 3052 | "type" : "function", |
|
3071 | 3057 | "desc" : "PDF", |
3072 | 3058 | "file" : "m_apps/PDF", |
3073 | 3059 | "apps" : { |
3074 | | - "color": 4, |
| 3060 | + "color": 3, |
3075 | 3061 | "icon": "apps/apps_pymupdf.svg" |
3076 | 3062 | } |
3077 | 3063 | }, |
|
3091 | 3077 | } |
3092 | 3078 | ] |
3093 | 3079 | }, |
| 3080 | + { |
| 3081 | + "id" : "pkg_visualize", |
| 3082 | + "type" : "package", |
| 3083 | + "level": 0, |
| 3084 | + "name" : "Visualization", |
| 3085 | + "path" : "visualpython - visualization", |
| 3086 | + "desc" : "Visualization modules", |
| 3087 | + "open" : true, |
| 3088 | + "grid" : true, |
| 3089 | + "item" : [ |
| 3090 | + { |
| 3091 | + "id" : "visualize_chartStyle", |
| 3092 | + "type" : "function", |
| 3093 | + "level": 1, |
| 3094 | + "name" : "Chart Style", |
| 3095 | + "tag" : "CHART STYLE SETTING,IMPORT CHART,VISUALIZATION,VISUALIZE", |
| 3096 | + "path" : "visualpython - visualization - chartsstyle", |
| 3097 | + "desc" : "Chart style setting", |
| 3098 | + "file" : "m_visualize/ChartSetting", |
| 3099 | + "apps" : { |
| 3100 | + "color": 5, |
| 3101 | + "icon": "apps/apps_style.svg" |
| 3102 | + } |
| 3103 | + }, |
| 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 | + }, |
| 3132 | + { |
| 3133 | + "id" : "visualize_seaborn", |
| 3134 | + "type" : "function", |
| 3135 | + "level": 1, |
| 3136 | + "name" : "Seaborn", |
| 3137 | + "tag" : "SEABORN,CHART,VISUALIZATION,VISUALIZE", |
| 3138 | + "path" : "visualpython - visualization - seaborn", |
| 3139 | + "desc" : "Seaborn chart creation", |
| 3140 | + "file" : "m_visualize/Seaborn", |
| 3141 | + "apps" : { |
| 3142 | + "color": 5, |
| 3143 | + "icon": "apps/apps_visualize.svg" |
| 3144 | + } |
| 3145 | + } |
| 3146 | + ] |
| 3147 | + }, |
3094 | 3148 | { |
3095 | 3149 | "id" : "pkg_ml", |
3096 | 3150 | "type" : "package", |
|
3111 | 3165 | "desc" : "Data sets for machine learning", |
3112 | 3166 | "file" : "m_ml/DataSets", |
3113 | 3167 | "apps" : { |
3114 | | - "color": 5, |
| 3168 | + "color": 6, |
3115 | 3169 | "icon": "apps/apps_dataset.svg" |
3116 | 3170 | } |
3117 | 3171 | }, |
|
3125 | 3179 | "desc" : "Data preparation for machine learning", |
3126 | 3180 | "file" : "m_ml/DataPrep", |
3127 | 3181 | "apps" : { |
3128 | | - "color": 5, |
| 3182 | + "color": 6, |
3129 | 3183 | "icon": "apps/apps_dataprep.svg" |
3130 | 3184 | } |
3131 | 3185 | }, |
|
3139 | 3193 | "desc" : "Data split for machine learning", |
3140 | 3194 | "file" : "m_ml/dataSplit", |
3141 | 3195 | "apps" : { |
3142 | | - "color": 5, |
| 3196 | + "color": 6, |
3143 | 3197 | "icon": "apps/apps_datasplit.svg" |
3144 | 3198 | } |
3145 | 3199 | }, |
| 3200 | + { |
| 3201 | + "id" : "ml_evaluation", |
| 3202 | + "type" : "function", |
| 3203 | + "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", |
| 3209 | + "apps" : { |
| 3210 | + "color": 6, |
| 3211 | + "icon": "apps/apps_evaluate.svg" |
| 3212 | + } |
| 3213 | + }, |
3146 | 3214 | { |
3147 | 3215 | "id" : "ml_regression", |
3148 | 3216 | "type" : "function", |
|
3153 | 3221 | "desc" : "Regression model for machine learning", |
3154 | 3222 | "file" : "m_ml/Regression", |
3155 | 3223 | "apps" : { |
3156 | | - "color": 5, |
| 3224 | + "color": 7, |
3157 | 3225 | "icon": "apps/apps_regression.svg" |
3158 | 3226 | } |
3159 | 3227 | }, |
|
3167 | 3235 | "desc" : "Classification model for machine learning", |
3168 | 3236 | "file" : "m_ml/Classification", |
3169 | 3237 | "apps" : { |
3170 | | - "color": 6, |
| 3238 | + "color": 7, |
3171 | 3239 | "icon": "apps/apps_classification.svg" |
3172 | 3240 | } |
3173 | 3241 | }, |
|
3181 | 3249 | "desc" : "Clustering model for machine learning", |
3182 | 3250 | "file" : "m_ml/Clustering", |
3183 | 3251 | "apps" : { |
3184 | | - "color": 6, |
| 3252 | + "color": 7, |
3185 | 3253 | "icon": "apps/apps_clustering.svg" |
3186 | 3254 | } |
3187 | 3255 | }, |
|
3195 | 3263 | "desc" : "Dimension reduction model for machine learning", |
3196 | 3264 | "file" : "m_ml/DimensionReduction", |
3197 | 3265 | "apps" : { |
3198 | | - "color": 6, |
| 3266 | + "color": 7, |
3199 | 3267 | "icon": "apps/apps_dimension.svg" |
3200 | 3268 | } |
3201 | 3269 | }, |
|
3209 | 3277 | "desc" : "AutoML model for machine learning", |
3210 | 3278 | "file" : "m_ml/AutoML", |
3211 | 3279 | "apps" : { |
3212 | | - "color": 6, |
| 3280 | + "color": 8, |
3213 | 3281 | "icon": "apps/apps_automl.svg" |
3214 | 3282 | } |
3215 | | - }, |
3216 | | - { |
3217 | | - "id" : "ml_evaluation", |
3218 | | - "type" : "function", |
3219 | | - "level": 1, |
3220 | | - "name" : "Evaluation", |
3221 | | - "tag" : "PERFORMANCE EVALUATION,MACHINE LEARNING,ML", |
3222 | | - "path" : "visualpython - machine_learning - evaluation", |
3223 | | - "desc" : "Performance evaluation for machine learning", |
3224 | | - "file" : "m_ml/evaluation", |
3225 | | - "apps" : { |
3226 | | - "color": 7, |
3227 | | - "icon": "apps/apps_evaluate.svg" |
3228 | | - } |
3229 | 3283 | } |
3230 | 3284 | ] |
3231 | 3285 | } |
|
0 commit comments