Skip to content

Latest commit

 

History

History
8 lines (8 loc) · 622 Bytes

File metadata and controls

8 lines (8 loc) · 622 Bytes

Loan_Prediction_by_ensemble_machine_learning_techniques

•The goal is predict status of customer using loan and customer information.
•It includes tasks such as data visualization, cleaning, transformation, feature engineering.
•The ensemble learning techniques such as voting, boosting, bagging are used.
•In this case in voting decision tree, logistic regression, support vector machine are used as base learners.
•The random forest (bagging), Gradient boosting (boosting) are used, voting method gives better performance.
•Libraries used are sklearn, matplotlib, pandas, and numpy.