Skip to content

Commit

Permalink
Update missed changes to plot_feature_importance
Browse files Browse the repository at this point in the history
  • Loading branch information
xmatthias committed Sep 27, 2022
1 parent 895b15a commit 6c491ee
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion config_examples/config_freqai.example.json
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@
10,
20
],
"plot_feature_importance": false
"plot_feature_importances": 0
},
"data_split_parameters": {
"test_size": 0.33,
Expand Down
2 changes: 1 addition & 1 deletion freqtrade/constants.py
Original file line number Diff line number Diff line change
Expand Up @@ -552,7 +552,7 @@
"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},
Expand Down

0 comments on commit 6c491ee

Please sign in to comment.