lore icon indicating copy to clipboard operation
lore copied to clipboard

Add dag model training

Open mohsinkhan85090 opened this issue 3 months ago • 1 comments

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.

mohsinkhan85090 avatar Sep 19 '25 07:09 mohsinkhan85090