ForecastingGridSearchCV(cv=ExpandingWindowSplitter(fh=[1, 2, 3],
initial_window=1000,
step_length=1000),
forecaster=Prophetverse(exogenous_effects=[('seasonality',
LinearFourierSeasonality(effect_mode='multiplicative',
fourier_terms_list=[3,
10],
freq='D',
prior_scale=0.1,
sp_list=[7,
365.25]),
'^$')],
inference_engine=MAPInferenceEngine(),
trend=PiecewiseLinearTrend(changepoint_interval=500,
changepoint_prior_scale=1e-05,
changepoint_range=-250)),
param_grid={'seasonality__prior_scale': [0.1],
'trend__changepoint_interval': [300, 700],
'trend__changepoint_prior_scale': [0.0001,
1e-05]})
Please rerun this cell to show the HTML repr or trust the notebook.