You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Developed a deep neural network binary classifier in keras for churn prediction.The model is tunned using GridSearchCV and k-fold Cross-Validation to increase the accuracy by 2%.
Single prediction(user input) is also implemented.