mirror of
https://github.com/freqtrade/freqtrade.git
synced 2024-11-10 02:12:01 +00:00
Update missed changes to plot_feature_importance
This commit is contained in:
parent
895b15abbc
commit
6c491ee02e
|
@ -78,7 +78,7 @@
|
|||
10,
|
||||
20
|
||||
],
|
||||
"plot_feature_importance": false
|
||||
"plot_feature_importances": 0
|
||||
},
|
||||
"data_split_parameters": {
|
||||
"test_size": 0.33,
|
||||
|
|
|
@ -552,7 +552,7 @@ CONF_SCHEMA = {
|
|||
"weight_factor": {"type": "number", "default": 0},
|
||||
"principal_component_analysis": {"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",
|
||||
"properties": {
|
||||
"shuffle": {"type": "boolean", "default": False},
|
||||
|
|
Loading…
Reference in New Issue
Block a user