German credit risk classification case study in python
Classifying a new loan application as a risk or safe for the bank.
Classifying a new loan application as a risk or safe for the bank.
This case study addresses a very common problem in the Banking industry. “To approve or reject this loan application?”
How to find best hyper parameters automatically using bayesian optimisation
How to find best hyperparameters using RandomizedSearchCV in Python
How to find best parameters using GridSearchCV
How to find the best parameters of machine learning model
How to treat outliers in Python
How to treat missing values in python
How to measure the correlation between a categorical and numeric variable in python
How to measure the strength of correlation between two categorical variables