scikit-learn-extra is a Python module for machine learning that extends scikit-learn. It includes algorithms that are useful but do not satisfy the scikit-learn inclusion criteria, for instance due to their novelty or lower citation number.
scikit-learn-extra requires,
- Python (>=3.7)
- scikit-learn (>=0.24), and its dependencies
Latest release can be installed with conda,
conda install -c conda-forge scikit-learn-extra
or from PyPi with,
pip install scikit-learn-extra
This package is released under the 3-Clause BSD license.