The detailed documentation for this churn prediction example includes the step-by-step walk-through: https://docs.microsoft.com/azure/machine-learning/preview/scenario-churn-prediction
The public GitHub repository for this churn prediction example contains all the code samples: https://github.com/Azure/MachineLearningSamples-ChurnPrediction
On average, keeping existing customers is five times cheaper than the cost of recruiting new ones. As a result, marketing executives often find themselves trying to estimate the likelihood of customer churn and finding the necessary actions to minimize the churn rate.
The aim of this solution is to demonstrate predictive churn analytics using AMLWorkbench. This solution provides an easy to use template to develop churn predictive data pipelines for retailers. The template can be used with different datasets and different definitions of churn. The aim of the hands on labs is to:
- Understand how Azure Machine Learning’s Data Preparation tools can be used to clean and ingest customer relationship data for churn analytics.
- Perform feature transformation to handle noisy heterogeneous data.
- Integrate third-party libraries (such as scikit-learn and azureml) to develop bayesian and tree based classifiers for predicting churn.
- Perform operationalization.
- An Azure account (free trials are available).
- An installed copy of Azure Machine Learning Workbench with a workspace created.
- This example could be run on any compute context.
Churn Prediction collects usage data and sends it to Microsoft to help improve our products and services. Read our privacy statement to learn more.
This project welcomes contributions and suggestions. Most contributions require you to agree to a Contributor License Agreement (CLA) declaring that you have the right to, and actually do, grant us the rights to use your contribution. For details, visit https://cla.microsoft.com.
When you submit a pull request, a CLA-bot will automatically determine whether you need to provide a CLA and decorate the PR appropriately (for example, label, comment). Simply follow the instructions provided by the bot. You will only need to do this once across all repos using our CLA.
This project has adopted the Microsoft Open Source Code of Conduct. For more information, see the Code of Conduct FAQ or contact opencode@microsoft.com with any additional questions or comments.