Metadata-Version: 2.1
Name: libmultilabel
Version: 0.7.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 :: 12.1
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.8
Requires-Python: >=3.8
License-File: LICENSE
Requires-Dist: liblinear-multicore
Requires-Dist: numba
Requires-Dist: pandas>1.3.0
Requires-Dist: PyYAML
Requires-Dist: scikit-learn
Requires-Dist: scipy
Requires-Dist: tqdm
Provides-Extra: nn
Requires-Dist: lightning==2.0.9; extra == "nn"
Requires-Dist: nltk; extra == "nn"
Requires-Dist: torch; extra == "nn"
Requires-Dist: torchmetrics==0.10.3; extra == "nn"
Requires-Dist: torchtext; extra == "nn"
Requires-Dist: transformers; extra == "nn"

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