Skip to content

Commit 75a2dfe

Browse files
committed
Update docstring
1 parent c74311f commit 75a2dfe

2 files changed

Lines changed: 4 additions & 2 deletions

File tree

src/chronos/base.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,8 @@ def predict_df(
164164
quantile_levels
165165
Quantile levels to compute
166166
validate_inputs
167-
When True, the dataframe(s) will be validated before prediction
167+
When True, the dataframe(s) will be validated before prediction, ensuring that timestamps have a
168+
regular frequency, and item IDs match between past and future data. Setting to False disables these checks.
168169
**predict_kwargs
169170
Additional arguments passed to predict_quantiles
170171

src/chronos/chronos2/pipeline.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -851,7 +851,8 @@ def predict_df(
851851
For optimal results, consider using a batch size around 100 (as used in the Chronos-2 technical report).
852852
- Cross-learning is most helpful when individual time series have limited historical context, as the model can leverage patterns from related series in the batch.
853853
validate_inputs
854-
When True, the dataframe(s) will be validated before prediction
854+
When True, the dataframe(s) will be validated before prediction, ensuring that timestamps have a
855+
regular frequency, and item IDs match between past and future data. Setting to False disables these checks.
855856
**predict_kwargs
856857
Additional arguments passed to predict_quantiles
857858

0 commit comments

Comments
 (0)