- Project Predict Customer Churn of ML DevOps Engineer Nanodegree Udacity
- The purpose of the project is to predict for them who is gonna get churned so they can proactively go to the customer to provide them better services and turn customers' decisions in the opposite direction
- Overview of the files and data present in the root directory.
data: bank_data.csv - This is raw source file images: eda: All eda images will store after running churn_library.py results: All models report and curve will store here logs: logs will store here models: Model .pkl will store here churn_library.py churn_script_logging_and_test.py README.md requirements_py3.6.txt
-
To create model and images for Project
ipython churn_library.py
-
To test churn_library.py functionalities and implementation
ipython churn_script_logging_and_tests.py