Predicting Loan Credit Risk using Apache Spark Machine Learning Random Forests. A Tutorial by Carol McDonald. In this scenario, Here it builds a random forest of decision trees to predict the label / classification of Creditable or not
Predicting Loan Credit Risk using Apache Spark Machine Learning Random Forests. A Tutorial by Carol McDonald. In this scenario, Here it builds a random forest of decision trees to predict the label / classification of Creditable or not based on the following features:
Label → Creditable or Not Creditable (1 or 0)
Features → {balance, history, purpose…}
Datasets -> https://archive.ics.uci.edu/ml/datasets/Statlog+(German+Credit+Data)