From c222521d5ba3bb00dd11a56fd190725d42232d60 Mon Sep 17 00:00:00 2001 From: Jakub Cierocki <55986001+jcierocki@users.noreply.github.com> Date: Mon, 20 Jul 2020 19:38:06 +0200 Subject: [PATCH] Update README.md --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index a610f1e..047ff4f 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,3 @@ -# churn-classification -Model designed to predict is client going to churn out his/her current bank services using random forests and gradient tree boosting. Dataset retrived from Kaggle. +# BankChurnClassification + +Model prepared as a final project for data mining course at *SGH Warsaw School of Economics* and designed to predict is the client going to churn out his/her current bank services using *CART* trees, ranger random forest and gradient tree boosting (*XGBoost*). Dataset retrived from Kaggle.