





Successfully Ran the Airflow DAG.
No Errors. each steps executed smoothly.
As scheduled it's running the project in every 15 min.
It ran the project, gave the output - Recall : 0.96.
Airflow schedules the projects and runs in every 15min/hour/day.
No need to run the project manually, it automates and orchestrates the project, each step is executed after each one.
MLFlow tracks the performance, params, evaluation metrics of project store. Logged in
MLFlow tracking the project assigned airflow in it.
Errors i got and how i solved,
the very first error i got
Segmentation fault error:
the error was coming cause the file path was not correct gave it the right path it ran.
Then it gave the error again.
i changed the n_jobs=-1 to n_jobs=4, using less cores in Airflow.
Simply i read docs understood the topics and concepts and executed it used very simple code
made it much simpler just to orchestrate and schedule the project locally.
All the files and codes are running locally