This message was deleted.
# mlforecast
s
This message was deleted.
j
The df that is passed to the fit function includes the features only. If you want to have the id there you can define it as a static feature, e.g.
static_features=['unique_id']
d
Got it, thank you!