Follow these steps to run the SaaS Churn Predictor notebook on your local machine.
Download the project files to your computer:
git clone [https://github.com/Rajkumar2002-Rk/Customer_Chrun_Prediction.git](https://github.com/Rajkumar2002-Rk/Customer_Chrun_Prediction.git)
cd Customer_Chrun_PredictionIt is recommended to use a Python virtual environment. Once activated, install the required libraries:
pip install -r requirements.txtOpen Jupyter to view and run the notebook:
jupyter notebook notebooks/Customer_churn_prediction.ipynbNote: The raw data files are not included in this repository. The notebook is configured to pull the required dataset directly from Amazon S3.