diff --git a/tsfm_public/toolkit/time_series_forecasting_pipeline.py b/tsfm_public/toolkit/time_series_forecasting_pipeline.py index 8c08dbc8..d8a3b328 100644 --- a/tsfm_public/toolkit/time_series_forecasting_pipeline.py +++ b/tsfm_public/toolkit/time_series_forecasting_pipeline.py @@ -303,7 +303,6 @@ def postprocess(self, input, **kwargs): """ out = {} - print(kwargs) model_output_key = "prediction_outputs" if "prediction_outputs" in input.keys() else "prediction_logits" # name the predictions of target columns