scikit-learn-contrib / scikit-learn-extra

scikit-learn contrib estimators

Home Page:https://scikit-learn-extra.readthedocs.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

PyPi Azure Codecov CircleCI ReadTheDocs

scikit-learn-extra - A set of useful tools compatible with scikit-learn

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 dependencies

Installation

Latest release can be installed with conda,

conda install -c conda-forge scikit-learn-extra

or from PyPi with,

pip install scikit-learn-extra

License

This package is released under the 3-Clause BSD license.

About

scikit-learn contrib estimators

https://scikit-learn-extra.readthedocs.io

License:BSD 3-Clause "New" or "Revised" License


Languages

Language:Python 91.3%Language:Cython 8.7%