-
Notifications
You must be signed in to change notification settings - Fork 98
Open
Description
Is it possible to forecast with regressors such as in the Google example? I first split the data into a train and valid set. I fit the train set. Then I conform the valid set regressors into a dictionary as such:
new_dict = {k:list(df[k].unique()) for k in df.columns}
However, I am seeing a NameError: The step is out of range error.
Metadata
Metadata
Assignees
Labels
No labels