-
Notifications
You must be signed in to change notification settings - Fork 447
Closed
Description
- If step_size is set when defining the model, will the training proceed with movement based on step_size when calling the fit method for training?
- Does the predict method have a step_size parameter? Why can't we input step_size in the predict method and let it automatically output multiple results, just like how hist_exog_list and futr_exog_list are automatically retrieved in the fit method.