Metadata-Version: 2.4
Name: libmultilabel
Version: 0.10.0
Summary: A library for multi-class and multi-label classification
Home-page: https://github.com/ASUS-AICS/LibMultiLabel
Author: LibMultiLabel Team
License: MIT License
Project-URL: Bug Tracker, https://github.com/ASUS-AICS/LibMultiLabel/issues
Project-URL: Documentation, https://www.csie.ntu.edu.tw/~cjlin/libmultilabel
Project-URL: Source Code, https://github.com/ASUS-AICS/LibMultiLabel/
Classifier: Environment :: GPU :: NVIDIA CUDA :: 12
Classifier: Environment :: GPU :: NVIDIA CUDA :: 11.8
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Education
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Requires-Python: >=3.10
License-File: LICENSE
Requires-Dist: liblinear-multicore>=2.49.0
Requires-Dist: numba
Requires-Dist: pandas>1.3.0
Requires-Dist: PyYAML
Requires-Dist: scikit-learn
Requires-Dist: scipy
Requires-Dist: tqdm
Requires-Dist: psutil
Requires-Dist: sparsekmeans
Provides-Extra: nn
Requires-Dist: lightning; extra == "nn"
Requires-Dist: nltk; extra == "nn"
Requires-Dist: torch; extra == "nn"
Requires-Dist: torchmetrics==0.10.3; extra == "nn"
Requires-Dist: transformers; extra == "nn"
Dynamic: license-file

See documentation here: https://www.csie.ntu.edu.tw/~cjlin/libmultilabel
