Decision Trees and Random Forest with Python
A company called landingClub.com, wants to provide loan to customers. They want to classify and predict whether or not the borrower paid back their loan in full.
We will use lending data from 2007-2010 and be trying to predict the same.
Please go through below python codes to understand the algorithm in details.