Skip to content

Weighted Majority Vote Algorithm DAMVI for Imbalanced Datasets

License

Notifications You must be signed in to change notification settings

goyalanil/DAMVI

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Weighted Majority Vote Algorithm DAMVI for Imbalanced Datasets

Implementation for Weighted Majority Vote Algorithm DAMVI for Imbalanced Datasets

Related Paper:

Anil Goyal and Jihed Khiari. 
"Diversity-Aware Weighted Majority Vote Classifier for Imbalanced Data", 
The International Joint Conference on Neural Networks (IJCNN), 2020.

Dependencies

This Python code depends on numpy, scipy and imbalanced-learn librairies

Usage example

Please run the example code as following:

python3 test.py

Output:

It will print F1-Measure and Average Precision on Test Data for Mammography Dataset (fetched from imbalanced-learn python package)

License

Please have a look at License.txt

About

Weighted Majority Vote Algorithm DAMVI for Imbalanced Datasets

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages