chronos-forecasting/test
Oleksandr Shchur f951d9aefa
Rename task -> input in dataset.py (#467)
*Issue #, if available:*

*Description of changes:*

Rename all variables and methods that refer to "task" in `dataset.py` to
use `input` instead:
- `PreparedTask` → `PreparedInput`
- `self.tasks` → `self.inputs`
- `prepare_tasks` → `prepare_inputs`
- `validate_and_prepare_single_dict_task` →
`validate_and_prepare_single_dict_input`
- All `task_` prefixed local variables renamed (e.g., `task_target` →
`target`, `task_context` → `context`, `task_past_tensor` →
`past_tensor`, etc.)


By submitting this pull request, I confirm that you can use, modify,
copy, and redistribute this contribution, under the terms of your
choice.
2026-02-19 13:30:08 +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 Rename task -> input in dataset.py (#467) 2026-02-19 13:30:08 +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_df_utils.py Allow explicitly passing the frequency to predict_df (#449) 2026-01-19 13:59:08 +01:00
test_utils.py Add Chronos-2 (#319) 2025-10-20 10:34:20 +02:00
util.py Chronos-2: Add after_batch callback (#436) 2025-12-17 11:45:16 +01:00