Skip to content

Commit

Permalink
Merge pull request ibm-granite#34 from IBM/wes2
Browse files Browse the repository at this point in the history
remove print statement
  • Loading branch information
wgifford committed Apr 5, 2024
2 parents 64eb44a + e9e7fa0 commit 30de2ab
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tsfm_public/toolkit/time_series_forecasting_pipeline.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 30de2ab

Please sign in to comment.