Skip to content

Commit

Permalink
fix lagged config
Browse files Browse the repository at this point in the history
  • Loading branch information
ourownstory committed Aug 31, 2024
1 parent 81868a9 commit 4456fed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion neuralprophet/forecaster.py
Original file line number Diff line number Diff line change
Expand Up @@ -1220,7 +1220,7 @@ def fit(
max_lags=self.max_lags,
n_forecasts=self.n_forecasts,
config_seasonality=self.config_seasonality,
config_lagged_regressors=self.config_lagged_regressors,
lagged_regressor_config=self.config_lagged_regressors,
feature_indices={},
)
dataset_val = _create_dataset(self, df_val, predict_mode=False, components_stacker=val_components_stacker)
Expand Down

0 comments on commit 4456fed

Please sign in to comment.