chronos-forecasting/test
Abdul Fatir b438bed63f
Chronos-2: Add option to skip dataframe validation in predict_df (#400)
*Issue #, if available:*

*Description of changes:* This PR adds a `validate_inputs ` argument to
`predict_df` (defaults to `True`), which allows the user to disable
dataframe validation when they know that their dataframe is in the right
format. This reduces runtime by removing the input validation component,
e.g., when calling this method from
[AutoGluon](https://github.com/autogluon/autogluon/pull/5427), and also
handles series with shorter than 3 timesteps.


By submitting this pull request, I confirm that you can use, modify,
copy, and redistribute this contribution, under the terms of your
choice.
2025-11-27 16:52:37 +01:00
..
dummy-chronos-bolt-model Add support for Chronos-Bolt models (#204) 2024-11-26 17:47:14 +01:00
dummy-chronos-model Upload code 2024-03-13 09:58:39 +01:00
dummy-chronos2-lora Chronos-2: Add LoRA fine-tuning support (#393) 2025-11-25 16:06:58 +01:00
dummy-chronos2-model Add Chronos-2 (#319) 2025-10-20 10:34:20 +02:00
__init__.py Fix padding for int contexts (#227) 2024-12-04 16:46:17 +01:00
test_chronos.py Add predict_df support for Chronos and Chronos-Bolt (#371) 2025-11-11 18:37:19 +01:00
test_chronos2.py Chronos-2: Add option to skip dataframe validation in predict_df (#400) 2025-11-27 16:52:37 +01:00
test_chronos_bolt.py Add predict_df support for Chronos and Chronos-Bolt (#371) 2025-11-11 18:37:19 +01:00
test_utils.py Add Chronos-2 (#319) 2025-10-20 10:34:20 +02:00
util.py Add predict_df support for Chronos and Chronos-Bolt (#371) 2025-11-11 18:37:19 +01:00