Hi Team,
I tried to bootstrap the MLOps project to work with another Model. I put the CSV file inside the "data" folder and changed accordingly in customer_churn_build_train_pipeline.py

But I'm getting the Exception that it couldn't find the CSV file.
I have specified file_name = 'xyz.csv' and commented out the rest.