Metadata-Version: 2.4
Name: churn_modeling_pipelines
Version: 0.1.10
Summary: Modular churn modeling pipelines.
Author: Ebikake
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.7
Description-Content-Type: text/markdown
Requires-Dist: pandas
Requires-Dist: numpy
Requires-Dist: matplotlib
Requires-Dist: seaborn
Requires-Dist: scikit-learn
Requires-Dist: scipy
Requires-Dist: xgboost
Requires-Dist: statsmodels
Dynamic: author
Dynamic: classifier
Dynamic: description
Dynamic: description-content-type
Dynamic: requires-dist
Dynamic: requires-python
Dynamic: summary

# churn_modeling_pipelines

A modular Python package for building, evaluating, and visualizing customer churn prediction pipelines. Includes preprocessing, feature engineering, model training, evaluation, cost analysis, and plotting utilities.

Now includes: **DataPreprocessor** — a full-featured cleaning and transformation pipeline for churn data.
