- Renamed columns in `input_dataset.csv` from `feature_a`, `feature_b`, and `target` to `Counter`, `Rollout`, and `Square` for better clarity. - Updated the `run_training_test.py` script to reflect the new column names in the workflow input, ensuring consistency in data processing. - Added `date_column` parameter to the workflow input for improved data handling.
359 B
359 B
| 1 | timestamp | Counter | Rollout | Square |
|---|---|---|---|---|
| 2 | 2026-01-01 00:00:00 | 1.0 | 2.0 | 5.1 |
| 3 | 2026-01-01 00:01:00 | 2.0 | 2.0 | 5.9 |
| 4 | 2026-01-01 00:02:00 | 2.0 | 3.0 | 8.3 |
| 5 | 2026-01-01 00:03:00 | 3.0 | 3.0 | 9.2 |
| 6 | 2026-01-01 00:04:00 | 3.0 | 4.0 | 10.8 |
| 7 | 2026-01-01 00:05:00 | 4.0 | 4.0 | 11.7 |
| 8 | 2026-01-01 00:06:00 | 4.0 | 5.0 | 14.1 |
| 9 | 2026-01-01 00:07:00 | 5.0 | 5.0 | 15.15 |
| 10 | 2026-01-01 00:08:00 | 5.0 | 6.0 | 17.2 |
| 11 | 2026-01-01 00:09:00 | 6.0 | 6.0 | 17.9 |