forecastflowml.ForecastFlowML.get_feature_importance#
- ForecastFlowML.get_feature_importance(df_model=None)[source]#
The feature importances.
- Parameters:
df_model (Optional[pyspark.sql.dataframe.DataFrame]) – pyspark DataFrame that contains the trained models. Only needs to be supplied if
local_resultis set toFalseduring training.- Return type:
DataFrame that includes the feature importances.