Update missed changes to plot_feature_importance

This commit is contained in:
Matthias 2022-09-27 18:17:49 +02:00
parent 895b15abbc
commit 6c491ee02e
2 changed files with 2 additions and 2 deletions

View File

@ -78,7 +78,7 @@
10, 10,
20 20
], ],
"plot_feature_importance": false "plot_feature_importances": 0
}, },
"data_split_parameters": { "data_split_parameters": {
"test_size": 0.33, "test_size": 0.33,

View File

@ -552,7 +552,7 @@ CONF_SCHEMA = {
"weight_factor": {"type": "number", "default": 0}, "weight_factor": {"type": "number", "default": 0},
"principal_component_analysis": {"type": "boolean", "default": False}, "principal_component_analysis": {"type": "boolean", "default": False},
"use_SVM_to_remove_outliers": {"type": "boolean", "default": False}, "use_SVM_to_remove_outliers": {"type": "boolean", "default": False},
"plot_feature_importance": {"type": "boolean", "default": False}, "plot_feature_importances": {"type": "integer", "default": 0},
"svm_params": {"type": "object", "svm_params": {"type": "object",
"properties": { "properties": {
"shuffle": {"type": "boolean", "default": False}, "shuffle": {"type": "boolean", "default": False},