feat: auto-build training dataset from DB annotations before training
- Add build_dataset_from_db() that exports candles from DB, runs feature engineering, and ingests span annotations into labeled CSV - Call it automatically in _run_training_background before training starts - Add POST /training/build-dataset endpoint for standalone use - Add Next.js proxy route /api/training/build-dataset - Update TrainingPanel: remove dataset-missing block on Start Training, show informational message that dataset builds automatically
This commit is contained in:
parent
b4956f3fb9
commit
d3dcfcea7d
4 changed files with 148 additions and 5 deletions
1
RAZNO/annotations.csv
Normal file
1
RAZNO/annotations.csv
Normal file
|
|
@ -0,0 +1 @@
|
|||
timestamp,label_type,price
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue