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.
Packages:
To install the main package:
python setup.py install
See examples in example directory.