/churn-modelling

Analysis on bank account data to predict customer churn

Primary LanguageJupyter Notebook

churn-modelling

Analysis on bank account data to predict customer churn. Originally run using Floydhub deep learning infrastructure, and run on a Kaggle kernel here.

This exploration uses cross-validation to check the accuracy. See the Jupyter notebook for some annotations & methodologies. The biggest observation is that standardizing the input data was able to increase the accuracy of the classification algorithms, as we would expect. As well, the more accurate results from algorithms included more input dimensions into the neural networks.