Hi all, I'm using LightGBM - is there any way to a...
# mlforecast
a
Hi all, I'm using LightGBM - is there any way to access some of the things that the
lightgbm
library gives you access to such as the
feature_importances_
, the number of boosting iterations performed
n_iter_
etc.? I am aware of the
features_order_
in
mlforecast
but this only list the features used for training.
j
Hey. That is covered here
a
Awesome! I was missing the _ in
fcst.model_
! Thanks again :)