In my training runs I keep getting this message in the debug log:
"future_regressor row count does not match length of training data"
However, both are definitely equal according to the logs.
"It is recommended that the .head(forecast_length) of both regressor_train and the df for training are dropped. df = df.iloc[forecast_length:]"
That's what I do and the resulting dataframes are equal in length.
What could be causing this?
Thanks for your reply in advance.