Skip to main content

Azure CirrusCI Codecov CircleCI Nightly wheels Black 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.9)

  • NumPy (>= 1.19.5)

  • SciPy (>= 1.6.0)

  • joblib (>= 1.2.0)

  • threadpoolctl (>= 2.0.0)


Scikit-learn 0.20 was the last version to support Python 2.7 and Python 3.4. scikit-learn 1.0 and later require Python 3.7 or newer. scikit-learn 1.1 and later require Python 3.8 or newer.

Scikit-learn plotting capabilities (i.e., functions start with plot_ and classes end with Display) require Matplotlib (>= 3.3.4). For running the examples Matplotlib >= 3.3.4 is required. A few examples require scikit-image >= 0.17.2, a few examples require pandas >= 1.1.5, some examples require seaborn >= 0.9.0 and plotly >= 5.14.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.

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

Citation

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

Release files for scikit-learn 1.4.0

For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.

Source distribution (sdist)

Source distribution for scikit-learn 1.4.0
File Size Uploaded
scikit-learn-1.4.0.tar.gz 7.7 MB Details

Built distributions (wheels)

Table of built distributions (wheels) for scikit-learn 1.4.0
File
scikit_learn-1.4.0-cp312-cp312-win_amd64.whl CPython 3.12 CPython 3.12 Windows x86-64 Details
scikit_learn-1.4.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl CPython 3.12 CPython 3.12 Linux glibc 2.17+ x86-64 Details
scikit_learn-1.4.0-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl CPython 3.12 CPython 3.12 Linux glibc 2.17+ ARM64 Details
scikit_learn-1.4.0-cp312-cp312-macosx_12_0_arm64.whl CPython 3.12 CPython 3.12 macOS 12.0+ ARM64 Details
scikit_learn-1.4.0-cp312-cp312-macosx_10_9_x86_64.whl CPython 3.12 CPython 3.12 macOS 10.9+ x86-64 Details
scikit_learn-1.4.0-cp311-cp311-win_amd64.whl CPython 3.11 CPython 3.11 Windows x86-64 Details
scikit_learn-1.4.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl CPython 3.11 CPython 3.11 Linux glibc 2.17+ x86-64 Details
scikit_learn-1.4.0-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl CPython 3.11 CPython 3.11 Linux glibc 2.17+ ARM64 Details
scikit_learn-1.4.0-cp311-cp311-macosx_12_0_arm64.whl CPython 3.11 CPython 3.11 macOS 12.0+ ARM64 Details
scikit_learn-1.4.0-cp311-cp311-macosx_10_9_x86_64.whl CPython 3.11 CPython 3.11 macOS 10.9+ x86-64 Details
scikit_learn-1.4.0-cp310-cp310-win_amd64.whl CPython 3.10 CPython 3.10 Windows x86-64 Details
scikit_learn-1.4.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl CPython 3.10 CPython 3.10 Linux glibc 2.17+ x86-64 Details
scikit_learn-1.4.0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl CPython 3.10 CPython 3.10 Linux glibc 2.17+ ARM64 Details
scikit_learn-1.4.0-cp310-cp310-macosx_12_0_arm64.whl CPython 3.10 CPython 3.10 macOS 12.0+ ARM64 Details
scikit_learn-1.4.0-cp310-cp310-macosx_10_9_x86_64.whl CPython 3.10 CPython 3.10 macOS 10.9+ x86-64 Details
scikit_learn-1.4.0-cp39-cp39-win_amd64.whl CPython 3.9 CPython 3.9 Windows x86-64 Details
scikit_learn-1.4.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl CPython 3.9 CPython 3.9 Linux glibc 2.17+ x86-64 Details
scikit_learn-1.4.0-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl CPython 3.9 CPython 3.9 Linux glibc 2.17+ ARM64 Details
scikit_learn-1.4.0-cp39-cp39-macosx_12_0_arm64.whl CPython 3.9 CPython 3.9 macOS 12.0+ ARM64 Details
scikit_learn-1.4.0-cp39-cp39-macosx_10_9_x86_64.whl CPython 3.9 CPython 3.9 macOS 10.9+ x86-64 Details
scikit_learn-1.4.0-1-cp312-cp312-win_amd64.whl CPython 3.12 CPython 3.12 Windows x86-64 Details
scikit_learn-1.4.0-1-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl CPython 3.12 CPython 3.12 Linux glibc 2.17+ x86-64 Details
scikit_learn-1.4.0-1-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl CPython 3.12 CPython 3.12 Linux glibc 2.17+ ARM64 Details
scikit_learn-1.4.0-1-cp312-cp312-macosx_12_0_arm64.whl CPython 3.12 CPython 3.12 macOS 12.0+ ARM64 Details
scikit_learn-1.4.0-1-cp312-cp312-macosx_10_9_x86_64.whl CPython 3.12 CPython 3.12 macOS 10.9+ x86-64 Details
scikit_learn-1.4.0-1-cp311-cp311-win_amd64.whl CPython 3.11 CPython 3.11 Windows x86-64 Details
scikit_learn-1.4.0-1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl CPython 3.11 CPython 3.11 Linux glibc 2.17+ x86-64 Details
scikit_learn-1.4.0-1-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl CPython 3.11 CPython 3.11 Linux glibc 2.17+ ARM64 Details
scikit_learn-1.4.0-1-cp311-cp311-macosx_12_0_arm64.whl CPython 3.11 CPython 3.11 macOS 12.0+ ARM64 Details
scikit_learn-1.4.0-1-cp311-cp311-macosx_10_9_x86_64.whl CPython 3.11 CPython 3.11 macOS 10.9+ x86-64 Details
scikit_learn-1.4.0-1-cp310-cp310-win_amd64.whl CPython 3.10 CPython 3.10 Windows x86-64 Details
scikit_learn-1.4.0-1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl CPython 3.10 CPython 3.10 Linux glibc 2.17+ x86-64 Details
scikit_learn-1.4.0-1-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl CPython 3.10 CPython 3.10 Linux glibc 2.17+ ARM64 Details
scikit_learn-1.4.0-1-cp310-cp310-macosx_12_0_arm64.whl CPython 3.10 CPython 3.10 macOS 12.0+ ARM64 Details
scikit_learn-1.4.0-1-cp310-cp310-macosx_10_9_x86_64.whl CPython 3.10 CPython 3.10 macOS 10.9+ x86-64 Details
scikit_learn-1.4.0-1-cp39-cp39-win_amd64.whl CPython 3.9 CPython 3.9 Windows x86-64 Details
scikit_learn-1.4.0-1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl CPython 3.9 CPython 3.9 Linux glibc 2.17+ x86-64 Details
scikit_learn-1.4.0-1-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl CPython 3.9 CPython 3.9 Linux glibc 2.17+ ARM64 Details
scikit_learn-1.4.0-1-cp39-cp39-macosx_12_0_arm64.whl CPython 3.9 CPython 3.9 macOS 12.0+ ARM64 Details
scikit_learn-1.4.0-1-cp39-cp39-macosx_10_9_x86_64.whl CPython 3.9 CPython 3.9 macOS 10.9+ x86-64 Details

Total release size: 458.9 MB

Release files / scikit-learn-1.4.0.tar.gz

Download URL scikit-learn-1.4.0.tar.gz
Size 7.7 MB
Tags Source
SHA-256 checksum
How to use checksums
d4373c984eba20e393216edd51a3e3eede56cbe93d4247516d205643c3b93121
BLAKE2b-256 checksum
How to use checksums
a025f95b39549240d07c7fefa2ab0f81ac418f0ea192c53334f655bbed5015f9
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/4.0.1 CPython/3.11.7

Release files / scikit_learn-1.4.0-cp312-cp312-win_amd64.whl

Download URL scikit_learn-1.4.0-cp312-cp312-win_amd64.whl
Size 10.6 MB
Tags CPython 3.12 Windows x86-64
SHA-256 checksum
How to use checksums
88bcb586fdff865372df1bc6be88bb7e6f9e0aa080dab9f54f5cac7eca8e2b6b
BLAKE2b-256 checksum
How to use checksums
2ba2f56379a1644631d5ba24cc6c5c60bb59b56c5a0708c6d3eea6690589961b
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/4.0.1 CPython/3.11.7

Release files / scikit_learn-1.4.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl

Download URL scikit_learn-1.4.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Size 12.2 MB
Tags CPython 3.12 Linux glibc 2.17+ x86-64
SHA-256 checksum
How to use checksums
842b7d6989f3c574685e18da6f91223eb32301d0f93903dd399894250835a6f7
BLAKE2b-256 checksum
How to use checksums
b990d647d163ef1483a8b590c30ffe22064592b86d132a1e851031939d966232
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/4.0.1 CPython/3.11.7

Release files / scikit_learn-1.4.0-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl

Download URL scikit_learn-1.4.0-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Size 11.5 MB
Tags CPython 3.12 Linux glibc 2.17+ ARM64
SHA-256 checksum
How to use checksums
05fc5915b716c6cc60a438c250108e9a9445b522975ed37e416d5ea4f9a63381
BLAKE2b-256 checksum
How to use checksums
89163423c71f1b9b4cf6ee20fc16522c12b55a7c397328915a2c62cc6a2715e9
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/4.0.1 CPython/3.11.7

Release files / scikit_learn-1.4.0-cp312-cp312-macosx_12_0_arm64.whl

Download URL scikit_learn-1.4.0-cp312-cp312-macosx_12_0_arm64.whl
Size 10.6 MB
Tags CPython 3.12 macOS 12.0+ ARM64
SHA-256 checksum
How to use checksums
8b6ac1442ec714b4911e5aef8afd82c691b5c88b525ea58299d455acc4e8dcec
BLAKE2b-256 checksum
How to use checksums
875a2f288cbdcf81ecde4e7cf1a199e97f4c4410a7c41807424c472a8241553a
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/4.0.1 CPython/3.11.7

Release files / scikit_learn-1.4.0-cp312-cp312-macosx_10_9_x86_64.whl

Download URL scikit_learn-1.4.0-cp312-cp312-macosx_10_9_x86_64.whl
Size 11.5 MB
Tags CPython 3.12 macOS 10.9+ x86-64
SHA-256 checksum
How to use checksums
0f33bbafb310c26b81c4d41ecaebdbc1f63498a3f13461d50ed9a2e8f24d28e4
BLAKE2b-256 checksum
How to use checksums
ceffe980f85f30d0943504fc695bec6bf5912e5d882eba2f67da9f32f690ad3e
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/4.0.1 CPython/3.11.7

Release files / scikit_learn-1.4.0-cp311-cp311-win_amd64.whl

Download URL scikit_learn-1.4.0-cp311-cp311-win_amd64.whl
Size 10.6 MB
Tags CPython 3.11 Windows x86-64
SHA-256 checksum
How to use checksums
80a21de63275f8bcd7877b3e781679d2ff1eddfed515a599f95b2502a3283d42
BLAKE2b-256 checksum
How to use checksums
7ac3c104c9c84c0f0a9b0ead1dcead583f0f4b47804f27ef945a8a94683768d2
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/4.0.1 CPython/3.11.7

Release files / scikit_learn-1.4.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl

Download URL scikit_learn-1.4.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Size 12.1 MB
Tags CPython 3.11 Linux glibc 2.17+ x86-64
SHA-256 checksum
How to use checksums
91a8918c415c4b4bf1d60c38d32958849a9191c2428ab35d30b78354085c7c7a
BLAKE2b-256 checksum
How to use checksums
f418a823dc40699c780cf0a3fbaedb275fca2e69c1181204e31871c33ecc42f7
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/4.0.1 CPython/3.11.7

Release files / scikit_learn-1.4.0-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl

Download URL scikit_learn-1.4.0-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Size 11.5 MB
Tags CPython 3.11 Linux glibc 2.17+ ARM64
SHA-256 checksum
How to use checksums
7f0d2018ac6fa055dab65fe8a485967990d33c672d55bc254c56c35287b02fab
BLAKE2b-256 checksum
How to use checksums
d77284817489226b6cd7ae2b475fe20818d3ca6c922bff7752c235ec3f50bb70
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/4.0.1 CPython/3.11.7

Release files / scikit_learn-1.4.0-cp311-cp311-macosx_12_0_arm64.whl

Download URL scikit_learn-1.4.0-cp311-cp311-macosx_12_0_arm64.whl
Size 10.6 MB
Tags CPython 3.11 macOS 12.0+ ARM64
SHA-256 checksum
How to use checksums
5c5c62ffb52c3ffb755eb21fa74cc2cbf2c521bd53f5c04eaa10011dbecf5f80
BLAKE2b-256 checksum
How to use checksums
e789ebd51bca965252eacb9e9ef5b24c0b132db83bbdaeea92eabdf03ef8541a
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/4.0.1 CPython/3.11.7

Release files / scikit_learn-1.4.0-cp311-cp311-macosx_10_9_x86_64.whl

Download URL scikit_learn-1.4.0-cp311-cp311-macosx_10_9_x86_64.whl
Size 11.5 MB
Tags CPython 3.11 macOS 10.9+ x86-64
SHA-256 checksum
How to use checksums
27ae4b0f1b2c77107c096a7e05b33458354107b47775428d1f11b23e30a73e8a
BLAKE2b-256 checksum
How to use checksums
96e9b50466c25d4f35dfda38c32865e6e0999c23852546a38b6b2fe94d82950c
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/4.0.1 CPython/3.11.7

Release files / scikit_learn-1.4.0-cp310-cp310-win_amd64.whl

Download URL scikit_learn-1.4.0-cp310-cp310-win_amd64.whl
Size 10.6 MB
Tags CPython 3.10 Windows x86-64
SHA-256 checksum
How to use checksums
2bac5d56b992f8f06816f2cd321eb86071c6f6d44bb4b1cb3d626525820d754b
BLAKE2b-256 checksum
How to use checksums
b010b0f7ef7a0772a9c5060096feaf3937fd082ae692eb981dab1972d3433d34
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/4.0.1 CPython/3.11.7

Release files / scikit_learn-1.4.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl

Download URL scikit_learn-1.4.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Size 12.1 MB
Tags CPython 3.10 Linux glibc 2.17+ x86-64
SHA-256 checksum
How to use checksums
0aba2a20d89936d6e72d95d05e3bf1db55bca5c5920926ad7b92c34f5e7d3bbe
BLAKE2b-256 checksum
How to use checksums
73b93cb1d6aa07d10c66d8ab6d990163e973b3d29a945418058104affad3d4b6
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/4.0.1 CPython/3.11.7

Release files / scikit_learn-1.4.0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl

Download URL scikit_learn-1.4.0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Size 11.5 MB
Tags CPython 3.10 Linux glibc 2.17+ ARM64
SHA-256 checksum
How to use checksums
785ce3c352bf697adfda357c3922c94517a9376002971bc5ea50896144bc8916
BLAKE2b-256 checksum
How to use checksums
cbe7f6794033f1225ad815a1f3b3d077155dbb11054a8f15090616d503097241
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/4.0.1 CPython/3.11.7

Release files / scikit_learn-1.4.0-cp310-cp310-macosx_12_0_arm64.whl

Download URL scikit_learn-1.4.0-cp310-cp310-macosx_12_0_arm64.whl
Size 10.6 MB
Tags CPython 3.10 macOS 12.0+ ARM64
SHA-256 checksum
How to use checksums
a6372c90bbf302387792108379f1ec77719c1618d88496d0df30cb8e370b4661
BLAKE2b-256 checksum
How to use checksums
baf52ab2001ab721822ecb66f96de7cf152028599fc5cc06a3c807d1398decfd
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/4.0.1 CPython/3.11.7

Release files / scikit_learn-1.4.0-cp310-cp310-macosx_10_9_x86_64.whl

Download URL scikit_learn-1.4.0-cp310-cp310-macosx_10_9_x86_64.whl
Size 11.5 MB
Tags CPython 3.10 macOS 10.9+ x86-64
SHA-256 checksum
How to use checksums
cb8f044a8f5962613ce1feb4351d66f8d784bd072d36393582f351859b065f7d
BLAKE2b-256 checksum
How to use checksums
c00b75b1ade154436566261585d4e7db8b937ad3305cddc230c3c6a014662798
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/4.0.1 CPython/3.11.7

Release files / scikit_learn-1.4.0-cp39-cp39-win_amd64.whl

Download URL scikit_learn-1.4.0-cp39-cp39-win_amd64.whl
Size 10.6 MB
Tags CPython 3.9 Windows x86-64
SHA-256 checksum
How to use checksums
1d041bc95006b545b59e458399e3175ab11ca7a03dc9a74a573ac891f5df1489
BLAKE2b-256 checksum
How to use checksums
8c53a3422f030f1194a8c76b69e39f115346864d7a799f829416bd2a8e278989
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/4.0.1 CPython/3.11.7

Release files / scikit_learn-1.4.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl

Download URL scikit_learn-1.4.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Size 12.1 MB
Tags CPython 3.9 Linux glibc 2.17+ x86-64
SHA-256 checksum
How to use checksums
923d778f378ebacca2c672ab1740e5a413e437fb45ab45ab02578f8b689e5d43
BLAKE2b-256 checksum
How to use checksums
4da361d884cab976d113be2fb4e894b660165fb9ca92ef49e9f2cdc6bb44309a
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/4.0.1 CPython/3.11.7

Release files / scikit_learn-1.4.0-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl

Download URL scikit_learn-1.4.0-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Size 11.5 MB
Tags CPython 3.9 Linux glibc 2.17+ ARM64
SHA-256 checksum
How to use checksums
970ec697accaef10fb4f51763f3a7b1250f9f0553cf05514d0e94905322a0172
BLAKE2b-256 checksum
How to use checksums
d0796f81b2eaa2555b5d6eab1ea9ea2b228dadacf03ee6a25db3b25d1c38a5ce
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/4.0.1 CPython/3.11.7

Release files / scikit_learn-1.4.0-cp39-cp39-macosx_12_0_arm64.whl

Download URL scikit_learn-1.4.0-cp39-cp39-macosx_12_0_arm64.whl
Size 10.7 MB
Tags CPython 3.9 macOS 12.0+ ARM64
SHA-256 checksum
How to use checksums
833999872e2920ce00f3a50839946bdac7539454e200eb6db54898a41f4bfd43
BLAKE2b-256 checksum
How to use checksums
ebcb22891a0048dcb66c61a7fb3153829b1b9e09d6242e4dae00b17983377340
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/4.0.1 CPython/3.11.7

Release files / scikit_learn-1.4.0-cp39-cp39-macosx_10_9_x86_64.whl

Download URL scikit_learn-1.4.0-cp39-cp39-macosx_10_9_x86_64.whl
Size 11.6 MB
Tags CPython 3.9 macOS 10.9+ x86-64
SHA-256 checksum
How to use checksums
f77674647dd31f56cb12ed13ed25b6ed43a056fffef051715022d2ebffd7a7d1
BLAKE2b-256 checksum
How to use checksums
6b37c79d6fa3d988815a7b07e847961372ee63a63bb9c0f584c9fefdb9419af2
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/4.0.1 CPython/3.11.7

Release files / scikit_learn-1.4.0-1-cp312-cp312-win_amd64.whl

Download URL scikit_learn-1.4.0-1-cp312-cp312-win_amd64.whl
Size 10.6 MB
Tags CPython 3.12 Windows x86-64
SHA-256 checksum
How to use checksums
d3d75343940e7bf9b85c830c93d34039fa015eeb341c5c0b4cd7a90dadfe00d4
BLAKE2b-256 checksum
How to use checksums
f628b569523552a11b49dc4d33952f43dedb23792fe8ce2f2151d070d615861a
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/4.0.2 CPython/3.11.7

Release files / scikit_learn-1.4.0-1-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl

Download URL scikit_learn-1.4.0-1-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Size 12.2 MB
Tags CPython 3.12 Linux glibc 2.17+ x86-64
SHA-256 checksum
How to use checksums
a0e2427d9ef46477625ab9b55c1882844fe6fc500f418c3f8e650200182457bc
BLAKE2b-256 checksum
How to use checksums
b914b37b415be8179dff311fea26d1cedf59be2d79441486409c1bf8fde63085
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/4.0.2 CPython/3.11.7

Release files / scikit_learn-1.4.0-1-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl

Download URL scikit_learn-1.4.0-1-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Size 11.5 MB
Tags CPython 3.12 Linux glibc 2.17+ ARM64
SHA-256 checksum
How to use checksums
d439c584e58434d0350701bd33f6c10b309e851fccaf41c121aed55f6851d8cf
BLAKE2b-256 checksum
How to use checksums
094145c5f19791af30e9b1df3d263a8bd1d914c3eb0aa89a52be7d802a18fcfe
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/4.0.2 CPython/3.11.7

Release files / scikit_learn-1.4.0-1-cp312-cp312-macosx_12_0_arm64.whl

Download URL scikit_learn-1.4.0-1-cp312-cp312-macosx_12_0_arm64.whl
Size 10.6 MB
Tags CPython 3.12 macOS 12.0+ ARM64
SHA-256 checksum
How to use checksums
349669b01435bc4dbf25c6410b0892073befdaec52637d1a1d1ff53865dc8db3
BLAKE2b-256 checksum
How to use checksums
4d3a434ae6d126fec4603375a92680aca8adb37839c3b17e6833c28ba2d58437
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/4.0.2 CPython/3.11.7

Release files / scikit_learn-1.4.0-1-cp312-cp312-macosx_10_9_x86_64.whl

Download URL scikit_learn-1.4.0-1-cp312-cp312-macosx_10_9_x86_64.whl
Size 11.5 MB
Tags CPython 3.12 macOS 10.9+ x86-64
SHA-256 checksum
How to use checksums
e7eef6ea2ed289af40e88c0be9f7704ca8b5de18508a06897c3fe21e0905efdf
BLAKE2b-256 checksum
How to use checksums
60ec9e0d1b38d30ba82e32763158bb9c1b7aaaf8b104268251db9e734d2adb0a
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/4.0.2 CPython/3.11.7

Release files / scikit_learn-1.4.0-1-cp311-cp311-win_amd64.whl

Download URL scikit_learn-1.4.0-1-cp311-cp311-win_amd64.whl
Size 10.6 MB
Tags CPython 3.11 Windows x86-64
SHA-256 checksum
How to use checksums
0db8e22c42f7980fe5eb22069b1f84c48966f3e0d23a01afde5999e3987a2501
BLAKE2b-256 checksum
How to use checksums
a8e93e4879974a7c4dcaca2a746dde3df08d0ae8f14c74b03591616ce5f0a8b1
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/4.0.2 CPython/3.11.7

Release files / scikit_learn-1.4.0-1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl

Download URL scikit_learn-1.4.0-1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Size 12.1 MB
Tags CPython 3.11 Linux glibc 2.17+ x86-64
SHA-256 checksum
How to use checksums
2b465dd1dcd237b7b1dcd1a9048ccbf70a98c659474324fa708464c3a2533fad
BLAKE2b-256 checksum
How to use checksums
5bbe208f17ce87a5e55094b0e8ffd55b06919ab9b56e7e4ce2a64cd9095ec5d2
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/4.0.2 CPython/3.11.7

Release files / scikit_learn-1.4.0-1-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl

Download URL scikit_learn-1.4.0-1-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Size 11.5 MB
Tags CPython 3.11 Linux glibc 2.17+ ARM64
SHA-256 checksum
How to use checksums
c408b46b2fd61952d519ea1af2f8f0a7a703e1433923ab1704c4131520b2083b
BLAKE2b-256 checksum
How to use checksums
a2a6d923a158cdb76d3a1952267041b89482e456e52096311c28eb4187c51e09
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/4.0.2 CPython/3.11.7

Release files / scikit_learn-1.4.0-1-cp311-cp311-macosx_12_0_arm64.whl

Download URL scikit_learn-1.4.0-1-cp311-cp311-macosx_12_0_arm64.whl
Size 10.6 MB
Tags CPython 3.11 macOS 12.0+ ARM64
SHA-256 checksum
How to use checksums
d1f6bce875ac2bb6b52514f67c185c564ccd299a05b65b7bab091a4c13dde12d
BLAKE2b-256 checksum
How to use checksums
75951917ac1ac6de32a087734833e7ecd5631f102cc35020daa2bee8558eca89
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/4.0.2 CPython/3.11.7

Release files / scikit_learn-1.4.0-1-cp311-cp311-macosx_10_9_x86_64.whl

Download URL scikit_learn-1.4.0-1-cp311-cp311-macosx_10_9_x86_64.whl
Size 11.5 MB
Tags CPython 3.11 macOS 10.9+ x86-64
SHA-256 checksum
How to use checksums
a8341eabdc754d5ab91641a7763243845e96b6d68e03e472531e88a4f1b09f21
BLAKE2b-256 checksum
How to use checksums
b248ebff4e2b434865737d95b85366b339c0bf16c5865ab6f314bb0f28cbb695
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/4.0.2 CPython/3.11.7

Release files / scikit_learn-1.4.0-1-cp310-cp310-win_amd64.whl

Download URL scikit_learn-1.4.0-1-cp310-cp310-win_amd64.whl
Size 10.6 MB
Tags CPython 3.10 Windows x86-64
SHA-256 checksum
How to use checksums
11b3b140f70fbc9f6a08884631ae8dd60a4bb2d7d6d1de92738ea42b740d8992
BLAKE2b-256 checksum
How to use checksums
bd7e52676c85bab788e0cb87b58e11ab53ba08e590c0db30642dd3222b702c73
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/4.0.2 CPython/3.11.7

Release files / scikit_learn-1.4.0-1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl

Download URL scikit_learn-1.4.0-1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Size 12.1 MB
Tags CPython 3.10 Linux glibc 2.17+ x86-64
SHA-256 checksum
How to use checksums
e98632da8f6410e6fb6bf66937712c949b4010600ccd3f22a5388a83e610cc3c
BLAKE2b-256 checksum
How to use checksums
3f61047b353f0ad550226ef962da182b4a09b689eb6df6bd84a03e44f9ee95bb
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/4.0.2 CPython/3.11.7

Release files / scikit_learn-1.4.0-1-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl

Download URL scikit_learn-1.4.0-1-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Size 11.5 MB
Tags CPython 3.10 Linux glibc 2.17+ ARM64
SHA-256 checksum
How to use checksums
2404659fedec40eeafa310cd14d613e564d13dbf8f3c752d31c095195ec05de6
BLAKE2b-256 checksum
How to use checksums
0126d8d724d986bca71328800948805494e949a1a2063797aa96df9611790619
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/4.0.2 CPython/3.11.7

Release files / scikit_learn-1.4.0-1-cp310-cp310-macosx_12_0_arm64.whl

Download URL scikit_learn-1.4.0-1-cp310-cp310-macosx_12_0_arm64.whl
Size 10.6 MB
Tags CPython 3.10 macOS 12.0+ ARM64
SHA-256 checksum
How to use checksums
d77df3d1e15fc37a9329999979fa7868ba8655dbab21fe97fc7ddabac9e08cc7
BLAKE2b-256 checksum
How to use checksums
d3f2b90bd255db4a54518c8e72dddfbf00c1367b9773315f370f03a31440fa51
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/4.0.2 CPython/3.11.7

Release files / scikit_learn-1.4.0-1-cp310-cp310-macosx_10_9_x86_64.whl

Download URL scikit_learn-1.4.0-1-cp310-cp310-macosx_10_9_x86_64.whl
Size 11.5 MB
Tags CPython 3.10 macOS 10.9+ x86-64
SHA-256 checksum
How to use checksums
fce93a7473e2f4ee4cc280210968288d6a7d7ad8dc6fa7bb7892145e407085f9
BLAKE2b-256 checksum
How to use checksums
822c4f9461018635112539d5ac86b4579a783dcb3f4fc9b49728e5b68a82beb8
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/4.0.2 CPython/3.11.7

Release files / scikit_learn-1.4.0-1-cp39-cp39-win_amd64.whl

Download URL scikit_learn-1.4.0-1-cp39-cp39-win_amd64.whl
Size 10.6 MB
Tags CPython 3.9 Windows x86-64
SHA-256 checksum
How to use checksums
53b9e29177897c37e2ff9d4ba6ca12fdb156e22523e463db05def303f5c72b5c
BLAKE2b-256 checksum
How to use checksums
1823b3eaefd0aef0b2a6ecd4f4251c46532d104e6a2c9f45a875d6e444021cfe
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/4.0.2 CPython/3.11.7

Release files / scikit_learn-1.4.0-1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl

Download URL scikit_learn-1.4.0-1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Size 12.1 MB
Tags CPython 3.9 Linux glibc 2.17+ x86-64
SHA-256 checksum
How to use checksums
aad2a63e0dd386b92da3270887a29b308af4d7c750d8c4995dfd9a4798691bcc
BLAKE2b-256 checksum
How to use checksums
ece65f9929a0ca90e2726bdd709c4cca67af8d45bce92cefc3c5ef743aa0e9d5
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/4.0.2 CPython/3.11.7

Release files / scikit_learn-1.4.0-1-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl

Download URL scikit_learn-1.4.0-1-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Size 11.5 MB
Tags CPython 3.9 Linux glibc 2.17+ ARM64
SHA-256 checksum
How to use checksums
74812c9eabb265be69d738a8ea8d4884917a59637fcbf88a5f0e9020498bc6b3
BLAKE2b-256 checksum
How to use checksums
51c4c01e66a80319fe40e604efacfaff8b22a4eb8a83d1a1289634e0893c5a5b
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/4.0.2 CPython/3.11.7

Release files / scikit_learn-1.4.0-1-cp39-cp39-macosx_12_0_arm64.whl

Download URL scikit_learn-1.4.0-1-cp39-cp39-macosx_12_0_arm64.whl
Size 10.7 MB
Tags CPython 3.9 macOS 12.0+ ARM64
SHA-256 checksum
How to use checksums
e22446ad89f1cb7657f0d849dcdc345b48e2d10afa3daf2925fdb740f85b714c
BLAKE2b-256 checksum
How to use checksums
00048f40dfc2df5f7e789a145ed99ce8ac49888e0803ac6239a525dbd8cd7eda
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/4.0.2 CPython/3.11.7

Release files / scikit_learn-1.4.0-1-cp39-cp39-macosx_10_9_x86_64.whl

Download URL scikit_learn-1.4.0-1-cp39-cp39-macosx_10_9_x86_64.whl
Size 11.6 MB
Tags CPython 3.9 macOS 10.9+ x86-64
SHA-256 checksum
How to use checksums
76986d22e884ab062b1beecdd92379656e9d3789ecc1f9870923c178de55f9fe
BLAKE2b-256 checksum
How to use checksums
9e5edc7ddfc234c3d8df11eba4ac949da37029531368d6aa80eae3c2f1825340
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/4.0.2 CPython/3.11.7

Release history Release notifications | RSS feed

1.9.1

43 release files

1.8.0

37 release files

1.7.1

26 release files

1.6.1

30 release files

1.5.2

26 release files

1.5.0

21 release files

This release

1.4.0 This release

41 release files

1.3.2

26 release files

1.3.1

26 release files

1.3.0

21 release files

1.2.1

21 release files

1.1.3

21 release files

1.1.1

18 release files

1.1.0

18 release files

1.0.2

32 release files

1.0.1

25 release files

1.0

25 release files

0.22

21 release files

0.18

20 release files

0.17

17 release files

0.14

1 release file

0.13.1

3 release files

0.13

3 release files

0.12

3 release files

0.11

3 release files

0.10

3 release files

0.9

3 release files

Anthropic, PBC Visionary sponsor Bloomberg Visionary sponsor Hudson River Trading Visionary sponsor Meta Visionary sponsor NVIDIA Visionary sponsor Microsoft Sustainability sponsor Depot Continuous Integration AWS Cloud computing and Security Sponsor Datadog Monitoring Fastly CDN Google Download Analytics Sentry Error logging StatusPage Status page