https://github.com/scikit-learn-contrib/scikit-learn-extra
scikit-learn contrib estimators
https://github.com/scikit-learn-contrib/scikit-learn-extra
Last synced: 15 days ago
JSON representation
scikit-learn contrib estimators
- Host: GitHub
- URL: https://github.com/scikit-learn-contrib/scikit-learn-extra
- Owner: scikit-learn-contrib
- License: bsd-3-clause
- Created: 2019-03-01T10:42:06.000Z (about 6 years ago)
- Default Branch: main
- Last Pushed: 2025-03-31T19:48:23.000Z (28 days ago)
- Last Synced: 2025-04-07T02:06:09.146Z (22 days ago)
- Language: Python
- Homepage: https://scikit-learn-extra.readthedocs.io
- Size: 960 KB
- Stars: 194
- Watchers: 17
- Forks: 43
- Open Issues: 43
-
Metadata Files:
- Readme: README.rst
- License: LICENSE
Awesome Lists containing this project
README
.. -*- mode: rst -*-
|PyPi|_ |Azure|_ |Codecov|_ |CircleCI|_ |ReadTheDocs|_
.. |PyPi| image:: https://badge.fury.io/py/scikit-learn-extra.svg
.. _PyPi: https://badge.fury.io/py/scikit-learn-extra.. |Azure| image:: https://dev.azure.com/scikit-learn-extra/scikit-learn-extra/_apis/build/status/scikit-learn-contrib.scikit-learn-extra?branchName=master
.. _Azure: https://dev.azure.com/scikit-learn-extra/scikit-learn-extra/_build/latest?definitionId=1&branchName=master.. |Codecov| image:: https://codecov.io/gh/scikit-learn-contrib/project-template/branch/master/graph/badge.svg
.. _Codecov: https://codecov.io/gh/scikit-learn-contrib/scikit-learn-extra.. |CircleCI| image:: https://circleci.com/gh/scikit-learn-contrib/scikit-learn-extra.svg?style=shield&circle-token=:circle-token
.. _CircleCI: https://circleci.com/gh/scikit-learn-contrib/scikit-learn-extra/tree/master.. |ReadTheDocs| image:: https://readthedocs.org/projects/scikit-learn-extra/badge/?version=latest
.. _ReadTheDocs: https://sklearn-template.readthedocs.io/en/latest/?badge=latestscikit-learn-extra - A set of useful tools compatible with scikit-learn
=======================================================================.. _scikit-learn: https://scikit-learn.org
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.
Installation
------------Dependencies
^^^^^^^^^^^^scikit-learn-extra requires,
- Python (>=3.7)
- scikit-learn (>=0.24), and its dependenciesInstallation
^^^^^^^^^^^^Latest release can be installed with conda,
.. code::
conda install -c conda-forge scikit-learn-extra
or from PyPi with,
.. code::
pip install scikit-learn-extra
License
-------This package is released under the 3-Clause BSD license.