scikit-lr
Machine Learning package for Label Ranking problems in Python.
Machine Learning package for Label Ranking problems in Python.
To install this package, run one of the following:
Scikit-lr is a Python module for Label Ranking problems and distributed under MIT license.
This project was started in 2019 as the Ph.D. Thesis of Juan Carlos Alfaro Jiménez, whose advisors are Juan Ángel Aledo Sánchez and José Antonio Gámez Martín.
Website: https://scikit-lr.readthedocs.io/
Scikit-lr requires:
* Python (>= 3.6)
* Numpy (>= 1.17.3)
* SciPy (>= 1.3.2)
Windows is not currently supported.
If you already have a working installation of NumPy and SciPy,
the easiest way to install scikit-lr is using pip:
pip install -U scikit-lr
The documentation includes more detailed installation instructions.
See the release history for a history of notable changes to scikit-lr.
Feel free to contribute to the package, but be sure that the standards are followed.
You can check the latest sources with the command:
git clone https://github.com/alfaro96/scikit-lr.git
After installation, you can launch the test suite from outside the
source directory (you will need to have pytest >= 4.6.4 installed):
pytest sklr
Summary
Machine Learning package for Label Ranking problems in Python.
Last Updated
May 19, 2020 at 14:07
License
MIT
Total Downloads
104
Supported Platforms