mirror of
https://github.com/amazon-science/chronos-forecasting
synced 2026-05-23 01:29:48 +00:00
*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. |
||
|---|---|---|
| .. | ||
| dummy-chronos-bolt-model | ||
| dummy-chronos-model | ||
| dummy-chronos2-lora | ||
| dummy-chronos2-model | ||
| __init__.py | ||
| test_chronos.py | ||
| test_chronos2.py | ||
| test_chronos_bolt.py | ||
| test_df_utils.py | ||
| test_utils.py | ||
| util.py | ||