File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -221,8 +221,8 @@ def forecast_with_covariates(
221221 dynamic_categorical_covariates: A dict of dynamic categorical covariates.
222222 static_numerical_covariates: A dict of static numerical covariates.
223223 static_categorical_covariates: A dict of static categorical covariates.
224- xreg_mode: one of "xreg + timesfm" or "timesfm + xreg". "xreg + timesfm "
225- fits a model on the residuals of the TimesFM forecast. "timesfm + xreg "
224+ xreg_mode: one of "xreg + timesfm" or "timesfm + xreg". "timesfm + xreg "
225+ fits a model on the residuals of the TimesFM forecast. "xreg + timesfm "
226226 fits a model on the targets then forecasts on the residuals via TimesFM.
227227 normalize_xreg_target_per_input: whether to normalize the xreg target per
228228 input in the given batch.
You can’t perform that action at this time.
0 commit comments