Skip to content

future_regressor length not equal to training data length?! #257

@emobs

Description

@emobs

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions