Skip to content

yangarbiter/multilabel-learn

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

multilabel-learn: Multilabel-Classification Algorithms

Build Status

Implemented Algorithms

Cost-Sensitive Algorithms

Other Algorithms

Installation

Compile and install the C-extensions

python ./setup.py install

Run example locally

pip install numpy Cython
python ./setup.py build_ext -i
PYTHONPATH=. python ./examples/classification.py

Citations

If you use some of my works in a scientific publication, we would appreciate citations to the following papers:

For RethinkNet, please cite

@article{yang2018deep,
  title={Deep learning with a rethinking structure for multi-label classification},
  author={Yang, Yao-Yuan and Lin, Yi-An and Chu, Hong-Min and Lin, Hsuan-Tien},
  journal={arXiv preprint arXiv:1802.01697},
  year={2018}
}

For Cost-Sensitive Reference Pair Encoding (CSRPE), please cite

@inproceedings{YY2018csrpe,
  title = {Cost-Sensitive Reference Pair Encoding for Multi-Label Learning},
  author = {Yao-Yuan Yang and Kuan-Hao Huang and Chih-Wei Chang and Hsuan-Tien Lin},
  booktitle = {Proceedings of the Pacific-Asia Conference on Knowledge Discovery and Data Mining (PAKDD)},
  year = 2018,
  arxiv = {https://arxiv.org/abs/1611.09461},
  software = {https://github.com/yangarbiter/multilabel-learn/blob/master/mlearn/models/csrpe.py},
}

About

multilabel-learn: Multilabel-Classification Algorithms

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages