Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 444 Bytes

File metadata and controls

12 lines (9 loc) · 444 Bytes

Telecom Customer Churn Prediction

End-to-end ML project predicting customer churn for a telecom company using the IBM Telco dataset.

Project Structure

  • src/components/ — data ingestion, transformation, model training
  • src/pipeline/ — training and prediction pipelines
  • artifacts/ — saved model, preprocessor, train/test splits
  • notebooks/ — exploratory analysis
  • app.py — Streamlit web app