A BSD-licensed library for multi-label classification built on top of scikit-learn. Current version is 0.2.0. The project appears to be in maintenance mode with no recent releases; last PyPI release was in 2018.
pip install scikit-multilearnNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Quick example using BinaryRelevance with a RandomForest base classifier.
Check for newer forks or use 'pip install scikit-multilearn==0.2.0' (still old).
Always pass `require_dense=[True, True]` to adapters like BinaryRelevance when using sklearn classifiers.
Use 'import skmultilearn' or 'from skmultilearn import ...'.
Upgrade to Python 3.5 or later.