mirror of
https://github.com/freqtrade/freqtrade.git
synced 2025-11-29 08:33:07 +00:00
Fix wording fully.
This commit is contained in:
@@ -123,7 +123,7 @@ def plot_feature_importance(model: Any, pair: str, dk: FreqaiDataKitchen,
|
|||||||
elif "xgb" in str(mdl.__class__):
|
elif "xgb" in str(mdl.__class__):
|
||||||
feature_importance = mdl.feature_importances_
|
feature_importance = mdl.feature_importances_
|
||||||
else:
|
else:
|
||||||
logger.info('Model type does not support for generating feature importances.')
|
logger.info('Model type does not support generating feature importances.')
|
||||||
return
|
return
|
||||||
|
|
||||||
# Data preparation
|
# Data preparation
|
||||||
|
|||||||
Reference in New Issue
Block a user