refactor: update input dataset and training parameters
- 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.
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
timestamp,feature_a,feature_b,target
|
||||
timestamp,Counter,Rollout,Square
|
||||
2026-01-01 00:00:00,1.0,2.0,5.1
|
||||
2026-01-01 00:01:00,2.0,2.0,5.9
|
||||
2026-01-01 00:02:00,2.0,3.0,8.3
|
||||
|
||||
|
Reference in New Issue
Block a user