Skip to content

scikit-learn-contrib/scikit-learn-extra

Folders and files

NameName
Last commit message
Last commit date

Latest commit

0f95d8d · Dec 14, 2023
Mar 27, 2023
Nov 7, 2020
Mar 27, 2023
Dec 14, 2023
Dec 14, 2023
Nov 21, 2020
Feb 26, 2023
Aug 21, 2020
Feb 26, 2023
Dec 14, 2023
Mar 29, 2020
Apr 14, 2021
Oct 19, 2021
Dec 14, 2023
Jun 8, 2019
Dec 14, 2023
Dec 14, 2023
Mar 27, 2023
Apr 18, 2021
Dec 14, 2023

Repository files navigation

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.