We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b4a6c0c commit 96cedecCopy full SHA for 96cedec
src/chronos/chronos.py
@@ -432,7 +432,7 @@ def predict(
432
if prediction_length > self.model.config.prediction_length:
433
msg = (
434
f"We recommend keeping prediction length <= {self.model.config.prediction_length}. "
435
- f"The quality of longer predictions may degrade since the model is not optimized for it. "
+ "The quality of longer predictions may degrade since the model is not optimized for it. "
436
)
437
if limit_prediction_length:
438
msg += "You can turn off this check by setting `limit_prediction_length=False`."
0 commit comments