This message was deleted.
# mlforecast
s
This message was deleted.
j
Hi. After you fit the models they're available on the
MLForecast.models_
dict, so in your particular example I believe you can use
fcst.models_['LGBMRegressor']
and can access the attributes like feature importance
r
thanks - is this library a wrapper around sklearn library ?
j
It leverages the sklearn api to train the models and compute predictions
r
thank you @José Morales 🙂 for your quick messages and support