项目作者: Gurudev333

项目描述 :
Used ensemble methods such as boosting, voting, Bagging
高级语言: Jupyter Notebook
项目地址: git://github.com/Gurudev333/Loan_Prediction_by_ensemble_machine_learning_techniques.git


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.