Skip to main content
Files added late

4 files were added to this release more than 14 days after its initial publication. Inspect the release files before installing.

Azure Travis Codecov CircleCI Nightly wheels PythonVersion PyPi DOI

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.6)

  • NumPy (>= 1.13.3)

  • SciPy (>= 0.19.1)

  • joblib (>= 0.11)

  • threadpoolctl (>= 2.0.0)


Scikit-learn 0.20 was the last version to support Python 2.7 and Python 3.4. scikit-learn 0.23 and later require Python 3.6 or newer.

Scikit-learn plotting capabilities (i.e., functions start with plot_ and classes end with “Display”) require Matplotlib (>= 2.1.1). For running the examples Matplotlib >= 2.1.1 is required. A few examples require scikit-image >= 0.13, a few examples require pandas >= 0.25.0, some examples require seaborn >= 0.9.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 >= 5.0.1 installed):

pytest sklearn

See the web page https://scikit-learn.org/dev/developers/advanced_installation.html#testing 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 0.24.1

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

Files added late

4 files were uploaded more than 14 days after the first file in this release.

While project maintainers occasionally add legitimate files to an existing release, late additions can also indicate a security compromise.

We recommend inspecting the release files before installing.

Source distribution (sdist)

Source distribution for scikit-learn 0.24.1
File Size Uploaded
scikit-learn-0.24.1.tar.gz 7.4 MB Details

Built distributions (wheels)

Table of built distributions (wheels) for scikit-learn 0.24.1
File
scikit_learn-0.24.1-cp39-cp39-win_amd64.whl CPython 3.9 CPython 3.9 Windows x86-64 Details
scikit_learn-0.24.1-cp39-cp39-win32.whl CPython 3.9 CPython 3.9 Windows x86-32 Details
scikit_learn-0.24.1-cp39-cp39-manylinux2014_aarch64.whl CPython 3.9 CPython 3.9 Linux glibc 2.17+ ARM64 Details
scikit_learn-0.24.1-cp39-cp39-manylinux2010_x86_64.whl CPython 3.9 CPython 3.9 Linux glibc 2.12+ x86-64 Details
scikit_learn-0.24.1-cp39-cp39-manylinux2010_i686.whl CPython 3.9 CPython 3.9 Linux glibc 2.12+ x86-32 Details
scikit_learn-0.24.1-cp39-cp39-manylinux1_x86_64.whl CPython 3.9 CPython 3.9 Linux glibc 2.5+ x86-64 Details
scikit_learn-0.24.1-cp39-cp39-manylinux1_i686.whl CPython 3.9 CPython 3.9 Linux glibc 2.5+ x86-32 Details
scikit_learn-0.24.1-cp39-cp39-macosx_10_13_x86_64.whl CPython 3.9 CPython 3.9 macOS 10.13+ x86-64 Details
scikit_learn-0.24.1-cp38-cp38-win_amd64.whl CPython 3.8 CPython 3.8 Windows x86-64 Details
scikit_learn-0.24.1-cp38-cp38-win32.whl CPython 3.8 CPython 3.8 Windows x86-32 Details
scikit_learn-0.24.1-cp38-cp38-manylinux2014_aarch64.whl CPython 3.8 CPython 3.8 Linux glibc 2.17+ ARM64 Details
scikit_learn-0.24.1-cp38-cp38-manylinux2010_x86_64.whl CPython 3.8 CPython 3.8 Linux glibc 2.12+ x86-64 Details
scikit_learn-0.24.1-cp38-cp38-manylinux2010_i686.whl CPython 3.8 CPython 3.8 Linux glibc 2.12+ x86-32 Details
scikit_learn-0.24.1-cp38-cp38-manylinux1_x86_64.whl CPython 3.8 CPython 3.8 Linux glibc 2.5+ x86-64 Details
scikit_learn-0.24.1-cp38-cp38-manylinux1_i686.whl CPython 3.8 CPython 3.8 Linux glibc 2.5+ x86-32 Details
scikit_learn-0.24.1-cp38-cp38-macosx_10_13_x86_64.whl CPython 3.8 CPython 3.8 macOS 10.13+ x86-64 Details
scikit_learn-0.24.1-cp37-cp37m-win_amd64.whl CPython 3.7 CPython 3.7 pymalloc Windows x86-64 Details
scikit_learn-0.24.1-cp37-cp37m-win32.whl CPython 3.7 CPython 3.7 pymalloc Windows x86-32 Details
scikit_learn-0.24.1-cp37-cp37m-manylinux2014_aarch64.whl CPython 3.7 CPython 3.7 pymalloc Linux glibc 2.17+ ARM64 Details
scikit_learn-0.24.1-cp37-cp37m-manylinux2010_x86_64.whl CPython 3.7 CPython 3.7 pymalloc Linux glibc 2.12+ x86-64 Details
scikit_learn-0.24.1-cp37-cp37m-manylinux2010_i686.whl CPython 3.7 CPython 3.7 pymalloc Linux glibc 2.12+ x86-32 Details
scikit_learn-0.24.1-cp37-cp37m-manylinux1_x86_64.whl CPython 3.7 CPython 3.7 pymalloc Linux glibc 2.5+ x86-64 Details
scikit_learn-0.24.1-cp37-cp37m-manylinux1_i686.whl CPython 3.7 CPython 3.7 pymalloc Linux glibc 2.5+ x86-32 Details
scikit_learn-0.24.1-cp37-cp37m-macosx_10_13_x86_64.whl CPython 3.7 CPython 3.7 pymalloc macOS 10.13+ x86-64 Details
scikit_learn-0.24.1-cp36-cp36m-win_amd64.whl CPython 3.6 CPython 3.6 pymalloc Windows x86-64 Details
scikit_learn-0.24.1-cp36-cp36m-win32.whl CPython 3.6 CPython 3.6 pymalloc Windows x86-32 Details
scikit_learn-0.24.1-cp36-cp36m-manylinux2014_aarch64.whl CPython 3.6 CPython 3.6 pymalloc Linux glibc 2.17+ ARM64 Details
scikit_learn-0.24.1-cp36-cp36m-manylinux2010_x86_64.whl CPython 3.6 CPython 3.6 pymalloc Linux glibc 2.12+ x86-64 Details
scikit_learn-0.24.1-cp36-cp36m-manylinux2010_i686.whl CPython 3.6 CPython 3.6 pymalloc Linux glibc 2.12+ x86-32 Details
scikit_learn-0.24.1-cp36-cp36m-manylinux1_x86_64.whl CPython 3.6 CPython 3.6 pymalloc Linux glibc 2.5+ x86-64 Details
scikit_learn-0.24.1-cp36-cp36m-manylinux1_i686.whl CPython 3.6 CPython 3.6 pymalloc Linux glibc 2.5+ x86-32 Details
scikit_learn-0.24.1-cp36-cp36m-macosx_10_13_x86_64.whl CPython 3.6 CPython 3.6 pymalloc macOS 10.13+ x86-64 Details

Total release size: 525.2 MB

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

Download URL scikit-learn-0.24.1.tar.gz
Size 7.4 MB
Tags Source
SHA-256 checksum
How to use checksums
a0334a1802e64d656022c3bfab56a73fbd6bf4b1298343f3688af2151810bbdf
BLAKE2b-256 checksum
How to use checksums
f47bd415b0c89babf23dcd8ee631015f043e2d76795edd9c7359d6e63257464b
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/3.3.0 pkginfo/1.7.0 requests/2.24.0 setuptools/51.1.2.post20210112 requests-toolbelt/0.9.1 tqdm/4.56.0 CPython/3.8.5

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

Download URL scikit_learn-0.24.1-cp39-cp39-win_amd64.whl
Size 6.9 MB
Tags CPython 3.9 Windows x86-64
SHA-256 checksum
How to use checksums
4562dcf4793e61c5d0f89836d07bc37521c3a1889da8f651e2c326463c4bd697
BLAKE2b-256 checksum
How to use checksums
2834fd345557080313a897c57188777c2a2361b3fd62a5d2abea6e5f4b18a2a6
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/3.3.0 pkginfo/1.7.0 requests/2.24.0 setuptools/51.1.2.post20210112 requests-toolbelt/0.9.1 tqdm/4.56.0 CPython/3.8.5

Release files / scikit_learn-0.24.1-cp39-cp39-win32.whl

Download URL scikit_learn-0.24.1-cp39-cp39-win32.whl
Size 6.1 MB
Tags CPython 3.9 Windows x86-32
SHA-256 checksum
How to use checksums
fab31f48282ebf54dd69f6663cd2d9800096bad1bb67bbc9c9ac84eb77b41972
BLAKE2b-256 checksum
How to use checksums
db3efbf8cbba348192f543660d093ff092cb3b6218d6b6f7cd581ca9b0a7ab01
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/3.3.0 pkginfo/1.7.0 requests/2.24.0 setuptools/51.1.2.post20210112 requests-toolbelt/0.9.1 tqdm/4.56.0 CPython/3.8.5

Release files / scikit_learn-0.24.1-cp39-cp39-manylinux2014_aarch64.whl

File added late

This file was uploaded more than 14 days after the first file in this release.

While project maintainers occasionally add legitimate files to an existing release, late additions can also indicate a security compromise.

We recommend inspecting the release file before installing.

Download URL scikit_learn-0.24.1-cp39-cp39-manylinux2014_aarch64.whl
Size 25.5 MB
Tags CPython 3.9 Linux glibc 2.17+ ARM64
SHA-256 checksum
How to use checksums
54be0a60a5a35005ad69c75902e0f5c9f699db4547ead427e97ef881c3242e6f
BLAKE2b-256 checksum
How to use checksums
9713a95525f7344a86330ab56a4cfe70ecdbbaf39a4e919770ddd14f53b00d3f
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/3.4.1 importlib_metadata/3.7.3 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.59.0 CPython/3.9.1

Release files / scikit_learn-0.24.1-cp39-cp39-manylinux2010_x86_64.whl

Download URL scikit_learn-0.24.1-cp39-cp39-manylinux2010_x86_64.whl
Size 23.8 MB
Tags CPython 3.9 Linux glibc 2.12+ x86-64
SHA-256 checksum
How to use checksums
9a24d1ccec2a34d4cd3f2a1f86409f3f5954cc23d4d2270ba0d03cf018aa4780
BLAKE2b-256 checksum
How to use checksums
58f7ab4e652a2680095bf1c83e98d2650a8095ef951b74ebd541f3da57507bd7
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/3.3.0 pkginfo/1.7.0 requests/2.24.0 setuptools/51.1.2.post20210112 requests-toolbelt/0.9.1 tqdm/4.56.0 CPython/3.8.5

Release files / scikit_learn-0.24.1-cp39-cp39-manylinux2010_i686.whl

Download URL scikit_learn-0.24.1-cp39-cp39-manylinux2010_i686.whl
Size 22.6 MB
Tags CPython 3.9 Linux glibc 2.12+ x86-32
SHA-256 checksum
How to use checksums
895dbf2030aa7337649e36a83a007df3c9811396b4e2fa672a851160f36ce90c
BLAKE2b-256 checksum
How to use checksums
d15d7e9599b6020c09ecd1ef8495f64e4b960f28a627efa931860335effe651f
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/3.3.0 pkginfo/1.7.0 requests/2.24.0 setuptools/51.1.2.post20210112 requests-toolbelt/0.9.1 tqdm/4.56.0 CPython/3.8.5

Release files / scikit_learn-0.24.1-cp39-cp39-manylinux1_x86_64.whl

Download URL scikit_learn-0.24.1-cp39-cp39-manylinux1_x86_64.whl
Size 19.5 MB
Tags CPython 3.9 Linux glibc 2.5+ x86-64
SHA-256 checksum
How to use checksums
087dfede39efb06ab30618f9ab55a0397f29c38d63cd0ab88d12b500b7d65fd7
BLAKE2b-256 checksum
How to use checksums
8b48cbe45993038a46649ffb75ce6f79e659107f9d1c2a4c03b88d7221501922
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/3.3.0 pkginfo/1.7.0 requests/2.24.0 setuptools/51.1.2.post20210112 requests-toolbelt/0.9.1 tqdm/4.56.0 CPython/3.8.5

Release files / scikit_learn-0.24.1-cp39-cp39-manylinux1_i686.whl

Download URL scikit_learn-0.24.1-cp39-cp39-manylinux1_i686.whl
Size 18.6 MB
Tags CPython 3.9 Linux glibc 2.5+ x86-32
SHA-256 checksum
How to use checksums
c7f4eb77504ac586d8ac1bde1b0c04b504487210f95297235311a0ab7edd7e38
BLAKE2b-256 checksum
How to use checksums
f6b034b68f0305a2bb402f107fdb72f806f8cfd37d7e7caced3f52e3fcbfada4
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/3.3.0 pkginfo/1.7.0 requests/2.24.0 setuptools/51.1.2.post20210112 requests-toolbelt/0.9.1 tqdm/4.56.0 CPython/3.8.5

Release files / scikit_learn-0.24.1-cp39-cp39-macosx_10_13_x86_64.whl

Download URL scikit_learn-0.24.1-cp39-cp39-macosx_10_13_x86_64.whl
Size 7.3 MB
Tags CPython 3.9 macOS 10.13+ x86-64
SHA-256 checksum
How to use checksums
8aa1b3ac46b80eaa552b637eeadbbce3be5931e4b5002b964698e33a1b589e1e
BLAKE2b-256 checksum
How to use checksums
71882dac7dced0a0eaf6ac8fd2dd35e564643f86f6218d09bc4ce3a7be9a2266
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/3.3.0 pkginfo/1.7.0 requests/2.24.0 setuptools/51.1.2.post20210112 requests-toolbelt/0.9.1 tqdm/4.56.0 CPython/3.8.5

Release files / scikit_learn-0.24.1-cp38-cp38-win_amd64.whl

Download URL scikit_learn-0.24.1-cp38-cp38-win_amd64.whl
Size 6.9 MB
Tags CPython 3.8 Windows x86-64
SHA-256 checksum
How to use checksums
ed9d65594948678827f4ff0e7ae23344e2f2b4cabbca057ccaed3118fdc392ca
BLAKE2b-256 checksum
How to use checksums
7b57502e640e110e5ca5765036f832f88ed9ce529aa3e6854daa394389353b96
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/3.3.0 pkginfo/1.7.0 requests/2.24.0 setuptools/51.1.2.post20210112 requests-toolbelt/0.9.1 tqdm/4.56.0 CPython/3.8.5

Release files / scikit_learn-0.24.1-cp38-cp38-win32.whl

Download URL scikit_learn-0.24.1-cp38-cp38-win32.whl
Size 6.1 MB
Tags CPython 3.8 Windows x86-32
SHA-256 checksum
How to use checksums
8772b99d683be8f67fcc04789032f1b949022a0e6880ee7b75a7ec97dbbb5d0b
BLAKE2b-256 checksum
How to use checksums
9e2eb846393246a9dd8c770bfb0b5fc27a3ed60e00483e46b3e2f11c16663893
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/3.3.0 pkginfo/1.7.0 requests/2.24.0 setuptools/51.1.2.post20210112 requests-toolbelt/0.9.1 tqdm/4.56.0 CPython/3.8.5

Release files / scikit_learn-0.24.1-cp38-cp38-manylinux2014_aarch64.whl

File added late

This file was uploaded more than 14 days after the first file in this release.

While project maintainers occasionally add legitimate files to an existing release, late additions can also indicate a security compromise.

We recommend inspecting the release file before installing.

Download URL scikit_learn-0.24.1-cp38-cp38-manylinux2014_aarch64.whl
Size 26.5 MB
Tags CPython 3.8 Linux glibc 2.17+ ARM64
SHA-256 checksum
How to use checksums
9599a3f3bf33f73fed0fe06d1dfa4e6081365a58c1c807acb07271be0dce9733
BLAKE2b-256 checksum
How to use checksums
ea3303080c421c0649403bc8fbdf68aa992bd0be20969be7a5773f3832d67ca6
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/3.4.1 importlib_metadata/3.7.3 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.59.0 CPython/3.9.1

Release files / scikit_learn-0.24.1-cp38-cp38-manylinux2010_x86_64.whl

Download URL scikit_learn-0.24.1-cp38-cp38-manylinux2010_x86_64.whl
Size 24.9 MB
Tags CPython 3.8 Linux glibc 2.12+ x86-64
SHA-256 checksum
How to use checksums
259ec35201e82e2db1ae2496f229e63f46d7f1695ae68eef9350b00dc74ba52f
BLAKE2b-256 checksum
How to use checksums
6ec039aee6ef61f586f3c1aa76d4f35485556e2eb86136a5f1f1ee8b62fae3ee
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/3.3.0 pkginfo/1.7.0 requests/2.24.0 setuptools/51.1.2.post20210112 requests-toolbelt/0.9.1 tqdm/4.56.0 CPython/3.8.5

Release files / scikit_learn-0.24.1-cp38-cp38-manylinux2010_i686.whl

Download URL scikit_learn-0.24.1-cp38-cp38-manylinux2010_i686.whl
Size 23.7 MB
Tags CPython 3.8 Linux glibc 2.12+ x86-32
SHA-256 checksum
How to use checksums
826b92bf45b8ad80444814e5f4ac032156dd481e48d7da33d611f8fe96d5f08b
BLAKE2b-256 checksum
How to use checksums
aaab916edef41d1a8381176d131d9452c737001f5d4c0a9fe29198ff502c0fb6
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/3.3.0 pkginfo/1.7.0 requests/2.24.0 setuptools/51.1.2.post20210112 requests-toolbelt/0.9.1 tqdm/4.56.0 CPython/3.8.5

Release files / scikit_learn-0.24.1-cp38-cp38-manylinux1_x86_64.whl

Download URL scikit_learn-0.24.1-cp38-cp38-manylinux1_x86_64.whl
Size 20.4 MB
Tags CPython 3.8 Linux glibc 2.5+ x86-64
SHA-256 checksum
How to use checksums
4ddd2b6f7449a5d539ff754fa92d75da22de261fd8fdcfb3596799fadf255101
BLAKE2b-256 checksum
How to use checksums
1a3a9415d4f145ce88f858d6e5cf294061fe355c4d1738508f137b3fcf0dc89d
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/3.3.0 pkginfo/1.7.0 requests/2.24.0 setuptools/51.1.2.post20210112 requests-toolbelt/0.9.1 tqdm/4.56.0 CPython/3.8.5

Release files / scikit_learn-0.24.1-cp38-cp38-manylinux1_i686.whl

Download URL scikit_learn-0.24.1-cp38-cp38-manylinux1_i686.whl
Size 19.3 MB
Tags CPython 3.8 Linux glibc 2.5+ x86-32
SHA-256 checksum
How to use checksums
c13ebac42236b1c46397162471ea1c46af68413000e28b9309f8c05722c65a09
BLAKE2b-256 checksum
How to use checksums
7db729fd5ddc0f2923c726ace77f9d2bacfcb7d5f5f1e606c3000eac9c65cac5
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/3.3.0 pkginfo/1.7.0 requests/2.24.0 setuptools/51.1.2.post20210112 requests-toolbelt/0.9.1 tqdm/4.56.0 CPython/3.8.5

Release files / scikit_learn-0.24.1-cp38-cp38-macosx_10_13_x86_64.whl

Download URL scikit_learn-0.24.1-cp38-cp38-macosx_10_13_x86_64.whl
Size 7.2 MB
Tags CPython 3.8 macOS 10.13+ x86-64
SHA-256 checksum
How to use checksums
3c4f07f47c04e81b134424d53c3f5e16dfd7f494e44fd7584ba9ce9de2c5e6c1
BLAKE2b-256 checksum
How to use checksums
a20048577efc728ba5b3230567def9a2b7b95b3361f7ea8ab1e05e9bbebc5704
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/3.3.0 pkginfo/1.7.0 requests/2.24.0 setuptools/51.1.2.post20210112 requests-toolbelt/0.9.1 tqdm/4.56.0 CPython/3.8.5

Release files / scikit_learn-0.24.1-cp37-cp37m-win_amd64.whl

Download URL scikit_learn-0.24.1-cp37-cp37m-win_amd64.whl
Size 6.8 MB
Tags CPython 3.7 CPython 3.7 pymalloc Windows x86-64
SHA-256 checksum
How to use checksums
d54dbaadeb1425b7d6a66bf44bee2bb2b899fe3e8850b8e94cfb9c904dcb46d0
BLAKE2b-256 checksum
How to use checksums
1633e0b09b2810e355b667cd3b28850c36963735a77a431efdb2c2ca1c1c5cea
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/3.3.0 pkginfo/1.7.0 requests/2.24.0 setuptools/51.1.2.post20210112 requests-toolbelt/0.9.1 tqdm/4.56.0 CPython/3.8.5

Release files / scikit_learn-0.24.1-cp37-cp37m-win32.whl

Download URL scikit_learn-0.24.1-cp37-cp37m-win32.whl
Size 6.1 MB
Tags CPython 3.7 CPython 3.7 pymalloc Windows x86-32
SHA-256 checksum
How to use checksums
c3deb3b19dd9806acf00cf0d400e84562c227723013c33abefbbc3cf906596e9
BLAKE2b-256 checksum
How to use checksums
08d2623045f2305f27bca9754fbf91bc3b683a5501827746dc0cad4ec0fe48fe
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/3.3.0 pkginfo/1.7.0 requests/2.24.0 setuptools/51.1.2.post20210112 requests-toolbelt/0.9.1 tqdm/4.56.0 CPython/3.8.5

Release files / scikit_learn-0.24.1-cp37-cp37m-manylinux2014_aarch64.whl

File added late

This file was uploaded more than 14 days after the first file in this release.

While project maintainers occasionally add legitimate files to an existing release, late additions can also indicate a security compromise.

We recommend inspecting the release file before installing.

Download URL scikit_learn-0.24.1-cp37-cp37m-manylinux2014_aarch64.whl
Size 24.0 MB
Tags CPython 3.7 CPython 3.7 pymalloc Linux glibc 2.17+ ARM64
SHA-256 checksum
How to use checksums
abe835a851610f87201819cb315f8d554e1a3e8128912783a31e87264ba5ffb7
BLAKE2b-256 checksum
How to use checksums
2f3b389c8b028b6488c7767b18f26ef757d8bf3ab7497a977da915b8ae6cd040
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/3.4.1 importlib_metadata/3.7.3 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.59.0 CPython/3.9.1

Release files / scikit_learn-0.24.1-cp37-cp37m-manylinux2010_x86_64.whl

Download URL scikit_learn-0.24.1-cp37-cp37m-manylinux2010_x86_64.whl
Size 22.3 MB
Tags CPython 3.7 CPython 3.7 pymalloc Linux glibc 2.12+ x86-64
SHA-256 checksum
How to use checksums
83b21ff053b1ff1c018a2d24db6dd3ea339b1acfbaa4d9c881731f43748d8b3b
BLAKE2b-256 checksum
How to use checksums
f374eb899f41d55f957e2591cde5528e75871f817d9fb46d4732423ecaca736d
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/3.3.0 pkginfo/1.7.0 requests/2.24.0 setuptools/51.1.2.post20210112 requests-toolbelt/0.9.1 tqdm/4.56.0 CPython/3.8.5

Release files / scikit_learn-0.24.1-cp37-cp37m-manylinux2010_i686.whl

Download URL scikit_learn-0.24.1-cp37-cp37m-manylinux2010_i686.whl
Size 21.1 MB
Tags CPython 3.7 CPython 3.7 pymalloc Linux glibc 2.12+ x86-32
SHA-256 checksum
How to use checksums
99349d77f54e11f962d608d94dfda08f0c9e5720d97132233ebdf35be2858b2d
BLAKE2b-256 checksum
How to use checksums
c29bb3cac0c4d763876ac6e1610fba12341df7bfc15e6b93cf50a78e1d24aa06
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/3.3.0 pkginfo/1.7.0 requests/2.24.0 setuptools/51.1.2.post20210112 requests-toolbelt/0.9.1 tqdm/4.56.0 CPython/3.8.5

Release files / scikit_learn-0.24.1-cp37-cp37m-manylinux1_x86_64.whl

Download URL scikit_learn-0.24.1-cp37-cp37m-manylinux1_x86_64.whl
Size 19.9 MB
Tags CPython 3.7 CPython 3.7 pymalloc Linux glibc 2.5+ x86-64
SHA-256 checksum
How to use checksums
0567a2d29ad08af98653300c623bd8477b448fe66ced7198bef4ed195925f082
BLAKE2b-256 checksum
How to use checksums
5fb82ca252447f2ada6dd6b35f6211b9b5562ff5d03e8a8159292a83006eff12
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/3.3.0 pkginfo/1.7.0 requests/2.24.0 setuptools/51.1.2.post20210112 requests-toolbelt/0.9.1 tqdm/4.56.0 CPython/3.8.5

Release files / scikit_learn-0.24.1-cp37-cp37m-manylinux1_i686.whl

Download URL scikit_learn-0.24.1-cp37-cp37m-manylinux1_i686.whl
Size 18.9 MB
Tags CPython 3.7 CPython 3.7 pymalloc Linux glibc 2.5+ x86-32
SHA-256 checksum
How to use checksums
a29460499c1e62b7a830bb57ca42e615375a6ab1bcad053cd25b493588348ea8
BLAKE2b-256 checksum
How to use checksums
8eadcf0add26395dc5a374490c44b6eefe04a8efefe194b2c1054b841c65110a
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/3.3.0 pkginfo/1.7.0 requests/2.24.0 setuptools/51.1.2.post20210112 requests-toolbelt/0.9.1 tqdm/4.56.0 CPython/3.8.5

Release files / scikit_learn-0.24.1-cp37-cp37m-macosx_10_13_x86_64.whl

Download URL scikit_learn-0.24.1-cp37-cp37m-macosx_10_13_x86_64.whl
Size 7.2 MB
Tags CPython 3.7 CPython 3.7 pymalloc macOS 10.13+ x86-64
SHA-256 checksum
How to use checksums
ddb52d088889f5596bc4d1de981f2eca106b58243b6679e4782f3ba5096fd645
BLAKE2b-256 checksum
How to use checksums
f967cf40f5f74a4619469c97f5351770e7bec7ab54b52fa838586eee03c4bdca
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/3.3.0 pkginfo/1.7.0 requests/2.24.0 setuptools/51.1.2.post20210112 requests-toolbelt/0.9.1 tqdm/4.56.0 CPython/3.8.5

Release files / scikit_learn-0.24.1-cp36-cp36m-win_amd64.whl

Download URL scikit_learn-0.24.1-cp36-cp36m-win_amd64.whl
Size 6.8 MB
Tags CPython 3.6 CPython 3.6 pymalloc Windows x86-64
SHA-256 checksum
How to use checksums
1adf483e91007a87171d7ce58c34b058eb5dab01b5fee6052f15841778a8ecd8
BLAKE2b-256 checksum
How to use checksums
3cd363700971e89bc5024d4356310229f5cdc93927c8c8bf95c53bb7b5e4a62e
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/3.3.0 pkginfo/1.7.0 requests/2.24.0 setuptools/51.1.2.post20210112 requests-toolbelt/0.9.1 tqdm/4.56.0 CPython/3.8.5

Release files / scikit_learn-0.24.1-cp36-cp36m-win32.whl

Download URL scikit_learn-0.24.1-cp36-cp36m-win32.whl
Size 6.1 MB
Tags CPython 3.6 CPython 3.6 pymalloc Windows x86-32
SHA-256 checksum
How to use checksums
7b04691eb2f41d2c68dbda8d1bd3cb4ef421bdc43aaa56aeb6c762224552dfb6
BLAKE2b-256 checksum
How to use checksums
54b526f34bb89e6d5c54ed24dbd55e329f5f4b01f450e89de418db153194ba75
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/3.3.0 pkginfo/1.7.0 requests/2.24.0 setuptools/51.1.2.post20210112 requests-toolbelt/0.9.1 tqdm/4.56.0 CPython/3.8.5

Release files / scikit_learn-0.24.1-cp36-cp36m-manylinux2014_aarch64.whl

File added late

This file was uploaded more than 14 days after the first file in this release.

While project maintainers occasionally add legitimate files to an existing release, late additions can also indicate a security compromise.

We recommend inspecting the release file before installing.

Download URL scikit_learn-0.24.1-cp36-cp36m-manylinux2014_aarch64.whl
Size 24.0 MB
Tags CPython 3.6 CPython 3.6 pymalloc Linux glibc 2.17+ ARM64
SHA-256 checksum
How to use checksums
5580eba7345a4d3b097be2f067cc71a306c44bab19e8717a30361f279c929bea
BLAKE2b-256 checksum
How to use checksums
b2ffaf336f4f8f875e11e474709893087524877152080660ebf436ffe547c481
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/3.4.1 importlib_metadata/3.7.3 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.59.0 CPython/3.9.1

Release files / scikit_learn-0.24.1-cp36-cp36m-manylinux2010_x86_64.whl

Download URL scikit_learn-0.24.1-cp36-cp36m-manylinux2010_x86_64.whl
Size 22.2 MB
Tags CPython 3.6 CPython 3.6 pymalloc Linux glibc 2.12+ x86-64
SHA-256 checksum
How to use checksums
9c6097b6a9b2bafc5e0f31f659e6ab5e131383209c30c9e978c5b8abdac5ed2a
BLAKE2b-256 checksum
How to use checksums
e24c6111b9a325f29527d7f262e2ee8c730d354b47a728d955e186dacad57a0d
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/3.3.0 pkginfo/1.7.0 requests/2.24.0 setuptools/51.1.2.post20210112 requests-toolbelt/0.9.1 tqdm/4.56.0 CPython/3.8.5

Release files / scikit_learn-0.24.1-cp36-cp36m-manylinux2010_i686.whl

Download URL scikit_learn-0.24.1-cp36-cp36m-manylinux2010_i686.whl
Size 21.1 MB
Tags CPython 3.6 CPython 3.6 pymalloc Linux glibc 2.12+ x86-32
SHA-256 checksum
How to use checksums
9dfa564ef27e8e674aa1cc74378416d580ac4ede1136c13dd555a87996e13422
BLAKE2b-256 checksum
How to use checksums
f17309b72d8d195cdef825ebf6a425c7854e205d538969f3d2cc3b393e2d0423
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/3.3.0 pkginfo/1.7.0 requests/2.24.0 setuptools/51.1.2.post20210112 requests-toolbelt/0.9.1 tqdm/4.56.0 CPython/3.8.5

Release files / scikit_learn-0.24.1-cp36-cp36m-manylinux1_x86_64.whl

Download URL scikit_learn-0.24.1-cp36-cp36m-manylinux1_x86_64.whl
Size 20.0 MB
Tags CPython 3.6 CPython 3.6 pymalloc Linux glibc 2.5+ x86-64
SHA-256 checksum
How to use checksums
c658432d8a20e95398f6bb95ff9731ce9dfa343fdf21eea7ec6a7edfacd4b4d9
BLAKE2b-256 checksum
How to use checksums
a411e5862273960aef46cf98e571db5433bdabe5e816ef3317260dcdabc9b438
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/3.3.0 pkginfo/1.7.0 requests/2.24.0 setuptools/51.1.2.post20210112 requests-toolbelt/0.9.1 tqdm/4.56.0 CPython/3.8.5

Release files / scikit_learn-0.24.1-cp36-cp36m-manylinux1_i686.whl

Download URL scikit_learn-0.24.1-cp36-cp36m-manylinux1_i686.whl
Size 18.9 MB
Tags CPython 3.6 CPython 3.6 pymalloc Linux glibc 2.5+ x86-32
SHA-256 checksum
How to use checksums
a36e159a0521e13bbe15ca8c8d038b3a1dd4c7dad18d276d76992e03b92cf643
BLAKE2b-256 checksum
How to use checksums
de02757822a2af9b9e58372bd7ac3f901a375dd2eae8675acdd8c5c665656f5b
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/3.3.0 pkginfo/1.7.0 requests/2.24.0 setuptools/51.1.2.post20210112 requests-toolbelt/0.9.1 tqdm/4.56.0 CPython/3.8.5

Release files / scikit_learn-0.24.1-cp36-cp36m-macosx_10_13_x86_64.whl

Download URL scikit_learn-0.24.1-cp36-cp36m-macosx_10_13_x86_64.whl
Size 7.2 MB
Tags CPython 3.6 CPython 3.6 pymalloc macOS 10.13+ x86-64
SHA-256 checksum
How to use checksums
9bed8a1ef133c8e2f13966a542cb8125eac7f4b67dcd234197c827ba9c7dd3e0
BLAKE2b-256 checksum
How to use checksums
c935b2a1eaf3ba1eca2d834a5ca94d23ee98b21ff6228b5e32a07703e73c58ca
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/3.3.0 pkginfo/1.7.0 requests/2.24.0 setuptools/51.1.2.post20210112 requests-toolbelt/0.9.1 tqdm/4.56.0 CPython/3.8.5

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

1.4.0

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

This release

0.24.1 This release

33 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