lore
lore copied to clipboard
Add dag model training
What
Added a new Airflow DAG (dags/model_training_dag.py) to automate the model training and evaluation process for Lore. The DAG includes two tasks: train_model and evaluate_model, which run the corresponding scripts in Lore using Python subprocesses.
Why
This DAG ensures that the model training and evaluation workflow is automated, reducing manual effort and improving reliability. It allows the model to be retrained and evaluated daily without human intervention.