Skip to content

Commit

Permalink
set freq for forecasting pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
wgifford committed Sep 19, 2024
1 parent 762f280 commit 7076577
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions services/inference/tsfminference/inference.py
Original file line number Diff line number Diff line change
Expand Up @@ -128,6 +128,7 @@ def _forecast_common(self, input_payload: ForecastingInferenceInput) -> PredictO
explode_forecasts=True,
feature_extractor=preprocessor,
add_known_ground_truth=False,
freq=preprocessor.freq,
)

# truncate data length when exploding
Expand Down

0 comments on commit 7076577

Please sign in to comment.