Slackbot
07/10/2023, 1:00 PMTyler Blume
07/10/2023, 1:14 PMimport lightgbm as lgb
lgb.plot_importance(mlf.models_['LGBMRegressor'], max_num_features=5)
Here mlf is the mlforecast class after fitting and max_num_features is the number of the top features to plot.Max (Nixtla)
07/10/2023, 4:46 PM