Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/phuijse/bagging_pu

Simple sklearn based python implementation of Positive-Unlabeled (PU) classification using bagging based ensembles
https://github.com/phuijse/bagging_pu

ensemble machine-learning positive-unlabeled-learning semi-supervised sklearn

Last synced: about 1 month ago
JSON representation

Simple sklearn based python implementation of Positive-Unlabeled (PU) classification using bagging based ensembles

Awesome Lists containing this project

README

        

# bagging_pu
Simple sklearn based python implementation of Positive-Unlabeled (PU) classification using bagging based ensembles of decision trees. If you use this code please cite original paper:

Mordelet, F., Vert, J.-P. A bagging SVM to learn from positive and unlabeled examples. Pattern Recognition Lett.(2013),http://dx.doi.org/10.1016/j.patrec.2013.06.010

TODO
- Parallel bagging
- Implement performance measures from https://arxiv.org/pdf/1504.06837v2.pdf