AnthonyMRios / leml

Method for large-scale multi-label classification
23 stars 3 forks source link
big-data machine-learning python

Python Implementation of LEML

Python implementation of the LEML:

Yu, Hsiang-Fu, et al. "Large-scale Multi-label Learning with Missing Labels." ICML. 2014.

Notes: This version implements LEML with the squared loss and assuming full labels.

How to Install

Packages:

To install the main package:

python setup.py install

How to Use

See examples in example directory.

TODO