/scikit-lr

Machine Learning package for Label Ranking problems in Python.

Primary LanguageCythonMIT LicenseMIT

Continuous integration tests Continuous deployment wheels Linting tests Daily tests Code coverage Language grade: Python PyPi package Python version

Scikit-lr

Scikit-lr is a Python package for Label Ranking problems and distributed under MIT license.

The 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

Installation

Dependencies

Scikit-lr requires:

* Python (>= 3.6)
* NumPy (>= 1.17.3)
* SciPy (>= 1.3.2)
* Scikit-learn (>= 0.23.0)

User installation

If you already have a working installation, the easiest way to install scikit-lr is using pip:

pip install -U scikit-lr

The documentation includes more detailed installation instructions.

Release history

See the release history for a history of notable changes to scikit-lr.

Development

Feel free to contribute to the package, but be sure that the standards are followed.

Important links

Source code

You can check the latest sources with the command:

git clone https://github.com/alfaro96/scikit-lr.git

Testing

After installation, you can launch the test suite from outside the source directory (you will need to have pytest (>= 5.0.1) installed):

pytest sklr

Project history

The 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.

Help and support

Documentation

Communication