Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 

Repository files navigation

Netflix_Customer_Churn_Prediction

Netflix Customer Churn Prediction

Overview

This project predicts whether a customer will churn using Machine Learning models.


Models Used

  • Logistic Regression
  • K-Nearest Neighbors (KNN)

Project Structure

Netflix-Customer-Churn-Prediction/ │ ├── data/ ├── notebooks/ ├── src/ ├── models/ ├── images/ ├── requirements.txt ├── README.md └── main.py


Workflow

  1. Data Cleaning
  2. Encoding (One Hot Encoding)
  3. Feature Scaling
  4. Model Training
  5. Model Evaluation

Results

  • Logistic Regression Accuracy: 89.2%
  • KNN Accuracy: 73.5%

How to Run

pip install -r requirements.txt
python main.py

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages