Slackbot
12/06/2023, 5:05 PMJosé Morales
12/06/2023, 5:16 PMJosé Clementino
12/06/2023, 5:22 PMts.features_order_
attribute with this info. Is there anything similar? Thanks for the quick answer!
Edit: Oh, and regarding predictions... the global model will only use lagged and static features for prediction then?José Morales
12/06/2023, 5:31 PMts
per partition, so you could retrieve one of those, but if you've already trained a model you could get the feature names from that instead (from the models_
attribute) which are just local versions of the distributed model, i.e. XGBRegressor or LGBMRegressorJosé Morales
12/06/2023, 5:32 PMJosé Clementino
12/06/2023, 5:39 PMJosé Morales
12/06/2023, 5:41 PMto_local
method which would return a regular MLForecast instance, which would allow you to call predict normally.José Clementino
12/06/2023, 5:48 PM