Mohsin Khan

Results 3 issues of Mohsin Khan

## What This pull request fixes the issue with running lore server on Windows. It updates the env.py and __main__.py to use subprocess.run instead of os.execv for invoking Flask, and...

## 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...