Loan Eligibility Prediction using ML

The idea behind this project is to understand how do we predict the loan Status of a customer based on the data of previous loans. We are going to use the most widely used concepts such as Regression, Classifiers (Random Forest Classifier & Extra Trees Classifier), Feature Importance.

Continue Reading Loan Eligibility Prediction using ML

4 W’s of Python

4 W's of Python Start Reading What is Python? Python is an interpreted, object-oriented, high-level programming language with dynamic semantics. Created by Guido Van Rossum and first released in 1991.…

Continue Reading 4 W’s of Python