An open API service indexing awesome lists of open source software.

https://github.com/siam29/ensemble-majority-voting-hard

In this project, we implemented an ensemble learning approach using majority voting (hard voting) with five machine learning classifiers: DT, RF, XGBC, ANN, and KNN. The ensemble model achieved an impressive accuracy score of 99.95% and an F1 score of 85.51%.
https://github.com/siam29/ensemble-majority-voting-hard

credit-card-fraud ensemble-learning machine-learning matplotlib pandas scikit-learn

Last synced: about 1 month ago
JSON representation

In this project, we implemented an ensemble learning approach using majority voting (hard voting) with five machine learning classifiers: DT, RF, XGBC, ANN, and KNN. The ensemble model achieved an impressive accuracy score of 99.95% and an F1 score of 85.51%.

Awesome Lists containing this project

README

        

# Ensemble-majority-voting-Hard
In this project, we implemented an ensemble learning approach using majority voting (hard voting) with five machine learning classifiers: DT, RF, XGBC, ANN, and KNN. The ensemble model achieved an impressive accuracy score of 99.95% and an F1 score of 85.51%.