Skip to content

Latest commit

 

History

History
23 lines (10 loc) · 1.81 KB

README.md

File metadata and controls

23 lines (10 loc) · 1.81 KB

Churn analysis using IV and WOE in Python

Attribute relevance analysis helps in recognizing the most important variables which have the greatest impact on target variable and understanding relations and logic between the most important predictors and the target variable.

Information value (IV) and weight of evidence (WOE) are simple and powerful techniques of conducting attribute relevance analysis. They provide a great framework for exploratory analysis and have been used extensively in the credit risk world for several decades.

This repository contains analysis of churn in telephone service company (using IV and WOE), comparison of effect size and information value and quick tutorial how to use information value module (created for this analysis).

Learn more from the article about this analysis: Churn Analysis Using Information Value and Weight of Evidence


Contents

Telco Customer Churn Analysis using IV and WOE - Being able to distinguish clients who are likely to churn is a key to success and enables businesses to take appropriate actions. See what is the churner profile for Telco company.

Statistical Significance of Information Value - How differences in distribution of 'goods' and 'bads' are measured by two methods: IV & WOE and p-value & effect size? See how statistically significant are results obtained with information value technique.

Information Value (IV) and Weight of Evidence (WOE) in Python - Information value module contains all you need to conduct IV & WOE analysis. See how to use it to get the results and create insightful visualizations.