VOOZH about

URL: https://libraries.io/pypi/scikit-learn

⇱ scikit-learn 1.9.0 on PyPI - Libraries.io - security & maintenance data for open source software


Big news! Sonar has entered a definitive agreement to acquire Tidelift!
πŸ‘ Image

scikit-learn
Release 1.9.0

A set of python modules for machine learning and data mining

Homepage Repository PyPI Python


Keywords
data-analysis, data-science, machine-learning, python, statistics
License
BSD-3-Clause
Install
pip install scikit-learn==1.9.0

Documentation

πŸ‘ GitHubActions
πŸ‘ Codecov
πŸ‘ CircleCI
πŸ‘ Nightly wheels
πŸ‘ Ruff
πŸ‘ PythonVersion
πŸ‘ PyPI
πŸ‘ DOI
πŸ‘ Benchmark

πŸ‘ https://raw.githubusercontent.com/scikit-learn/scikit-learn/main/doc/logos/scikit-learn-logo.png

scikit-learn is a Python module for machine learning built on top of SciPy and is distributed under the 3-Clause BSD license.

The project was started in 2007 by David Cournapeau as a Google Summer of Code project, and since then many volunteers have contributed. See the About us page for a list of core contributors.

It is currently maintained by a team of volunteers.

Website: https://scikit-learn.org

Installation

Dependencies

scikit-learn requires:

  • Python (>= 3.11)
  • NumPy (>= 1.24.1)
  • SciPy (>= 1.10.0)
  • Narwhals (>= 2.0.1)
  • joblib (>= 1.4.0)
  • threadpoolctl (>= 3.5.0)

Scikit-learn plotting capabilities (i.e., functions start with plot_ and classes end with Display) require Matplotlib (>= 3.6.1). For running the examples Matplotlib >= 3.6.1 is required. A few examples require scikit-image >= 0.22.0, a few examples require pandas >= 1.5.0, some examples require seaborn >= 0.13.0 and Plotly >= 5.22.0.

User installation

If you already have a working installation of NumPy and SciPy, the easiest way to install scikit-learn is using pip:

pip install -U scikit-learn

or conda:

conda install -c conda-forge scikit-learn

The documentation includes more detailed installation instructions.

Changelog

See the changelog for a history of notable changes to scikit-learn.

Development

We welcome new contributors of all experience levels. The scikit-learn community goals are to be helpful, welcoming, and effective. The Development Guide has detailed information about contributing code, documentation, tests, and more. We've included some basic information in this README.

Important links

Source code

You can check the latest sources with the command:

git clone https://github.com/scikit-learn/scikit-learn.git

Contributing

To learn more about making a contribution to scikit-learn, please see our Contributing guide.

Testing

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

pytest sklearn

See the web page https://scikit-learn.org/dev/developers/contributing.html#testing-and-improving-test-coverage for more information.

Random number generation can be controlled during testing by setting the SKLEARN_SEED environment variable.

Submitting a Pull Request

Before opening a Pull Request, have a look at the full Contributing page to make sure your code complies with our guidelines: https://scikit-learn.org/stable/developers/index.html

Project History

The project was started in 2007 by David Cournapeau as a Google Summer of Code project, and since then many volunteers have contributed. See the About us page for a list of core contributors.

The project is currently maintained by a team of volunteers.

Note: scikit-learn was previously referred to as scikits.learn.

Help and Support

Documentation

Communication

Main Channels

Developer & Support

Social Media Platforms

Resources

Citation

If you use scikit-learn in a scientific publication, we would appreciate citations: https://scikit-learn.org/stable/about.html#citing-scikit-learn

The maintainers of this project get paid by Tidelift to make sure it meets pre-defined standards around security, maintenance and licensing.

Want to learn more? Chat with an expert at Tidelift.

Stats

Dependencies
5
Dependent packages
27.9K
Dependent repositories
16K
Total releases
92
Latest release
First release
Stars
66.3K
Forks
27.1K
Watchers
2,122
Contributors
978
Repository size
177 MB
SourceRank
28

Releases

0.14a1
Dec 15, 2021
1.9.0
Jun 2, 2026
1.9.0rc1
May 20, 2026
1.8.0
Dec 10, 2025
1.8.0rc1
Nov 26, 2025
1.7.2
Sep 9, 2025
1.7.1
Jul 18, 2025
1.7.0
Jun 5, 2025
1.7.0rc1
May 9, 2025
1.6.1
Jan 10, 2025
See all 92 releases


See all contributors

Login to resync this project