Skip to main content

A set of python modules for machine learning and data mining

Project description

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

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

scikit-learn-0.24.0.tar.gz (7.4 MB view details)

Uploaded Source

Built Distributions

scikit_learn-0.24.0-cp39-cp39-win_amd64.whl (6.9 MB view details)

Uploaded CPython 3.9Windows x86-64

scikit_learn-0.24.0-cp39-cp39-win32.whl (6.1 MB view details)

Uploaded CPython 3.9Windows x86

scikit_learn-0.24.0-cp39-cp39-manylinux2014_aarch64.whl (25.5 MB view details)

Uploaded CPython 3.9

scikit_learn-0.24.0-cp39-cp39-manylinux2010_x86_64.whl (23.8 MB view details)

Uploaded CPython 3.9manylinux: glibc 2.12+ x86-64

scikit_learn-0.24.0-cp39-cp39-manylinux2010_i686.whl (22.6 MB view details)

Uploaded CPython 3.9manylinux: glibc 2.12+ i686

scikit_learn-0.24.0-cp39-cp39-macosx_10_9_x86_64.whl (7.3 MB view details)

Uploaded CPython 3.9macOS 10.9+ x86-64

scikit_learn-0.24.0-cp38-cp38-win_amd64.whl (6.9 MB view details)

Uploaded CPython 3.8Windows x86-64

scikit_learn-0.24.0-cp38-cp38-win32.whl (6.1 MB view details)

Uploaded CPython 3.8Windows x86

scikit_learn-0.24.0-cp38-cp38-manylinux2014_aarch64.whl (26.5 MB view details)

Uploaded CPython 3.8

scikit_learn-0.24.0-cp38-cp38-manylinux2010_x86_64.whl (24.9 MB view details)

Uploaded CPython 3.8manylinux: glibc 2.12+ x86-64

scikit_learn-0.24.0-cp38-cp38-manylinux2010_i686.whl (23.7 MB view details)

Uploaded CPython 3.8manylinux: glibc 2.12+ i686

scikit_learn-0.24.0-cp38-cp38-macosx_10_9_x86_64.whl (7.2 MB view details)

Uploaded CPython 3.8macOS 10.9+ x86-64

scikit_learn-0.24.0-cp37-cp37m-win_amd64.whl (6.8 MB view details)

Uploaded CPython 3.7mWindows x86-64

scikit_learn-0.24.0-cp37-cp37m-win32.whl (6.1 MB view details)

Uploaded CPython 3.7mWindows x86

scikit_learn-0.24.0-cp37-cp37m-manylinux2014_aarch64.whl (24.0 MB view details)

Uploaded CPython 3.7m

scikit_learn-0.24.0-cp37-cp37m-manylinux2010_x86_64.whl (22.3 MB view details)

Uploaded CPython 3.7mmanylinux: glibc 2.12+ x86-64

scikit_learn-0.24.0-cp37-cp37m-manylinux2010_i686.whl (21.1 MB view details)

Uploaded CPython 3.7mmanylinux: glibc 2.12+ i686

scikit_learn-0.24.0-cp37-cp37m-macosx_10_9_x86_64.whl (7.2 MB view details)

Uploaded CPython 3.7mmacOS 10.9+ x86-64

scikit_learn-0.24.0-cp36-cp36m-win_amd64.whl (6.8 MB view details)

Uploaded CPython 3.6mWindows x86-64

scikit_learn-0.24.0-cp36-cp36m-win32.whl (6.1 MB view details)

Uploaded CPython 3.6mWindows x86

scikit_learn-0.24.0-cp36-cp36m-manylinux2014_aarch64.whl (24.0 MB view details)

Uploaded CPython 3.6m

scikit_learn-0.24.0-cp36-cp36m-manylinux2010_x86_64.whl (22.2 MB view details)

Uploaded CPython 3.6mmanylinux: glibc 2.12+ x86-64

scikit_learn-0.24.0-cp36-cp36m-manylinux2010_i686.whl (21.1 MB view details)

Uploaded CPython 3.6mmanylinux: glibc 2.12+ i686

scikit_learn-0.24.0-cp36-cp36m-macosx_10_9_x86_64.whl (7.2 MB view details)

Uploaded CPython 3.6mmacOS 10.9+ x86-64

File details

Details for the file scikit-learn-0.24.0.tar.gz.

File metadata

  • Download URL: scikit-learn-0.24.0.tar.gz
  • Upload date:
  • Size: 7.4 MB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.2.0 pkginfo/1.6.1 requests/2.25.1 setuptools/51.0.0 requests-toolbelt/0.9.1 tqdm/4.54.1 CPython/3.8.6

File hashes

Hashes for scikit-learn-0.24.0.tar.gz
Algorithm Hash digest
SHA256 076369634ee72b5a5941440661e2f306ff4ac30903802dc52031c7e9199ac640
MD5 c4dbf7e91d0262232a3981ac872e8565
BLAKE2b-256 dbe29c0bde5f81394b627f623557690536b12017b84988a4a1f98ec826edab9e

See more details on using hashes here.

File details

Details for the file scikit_learn-0.24.0-cp39-cp39-win_amd64.whl.

File metadata

  • Download URL: scikit_learn-0.24.0-cp39-cp39-win_amd64.whl
  • Upload date:
  • Size: 6.9 MB
  • Tags: CPython 3.9, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.2.0 pkginfo/1.6.1 requests/2.25.1 setuptools/51.0.0 requests-toolbelt/0.9.1 tqdm/4.54.1 CPython/3.8.6

File hashes

Hashes for scikit_learn-0.24.0-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 490436b44b3a1957cb625e871764b0aa330b34cc416aea4abc6c38ca63d0d682
MD5 87147f625913d3460aae23b400578ef6
BLAKE2b-256 c9a4925da23e127974684701f527c41a0defbb6a29c9748c3b6881db45d858ae

See more details on using hashes here.

File details

Details for the file scikit_learn-0.24.0-cp39-cp39-win32.whl.

File metadata

  • Download URL: scikit_learn-0.24.0-cp39-cp39-win32.whl
  • Upload date:
  • Size: 6.1 MB
  • Tags: CPython 3.9, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.2.0 pkginfo/1.6.1 requests/2.25.1 setuptools/51.0.0 requests-toolbelt/0.9.1 tqdm/4.54.1 CPython/3.8.6

File hashes

Hashes for scikit_learn-0.24.0-cp39-cp39-win32.whl
Algorithm Hash digest
SHA256 80ca024154b84b6ac4cfc86930ba13fdc348a209753bf2c16129db6f9eb8a80b
MD5 c217afa2cabfb5d44fdce5f80d7ae046
BLAKE2b-256 4044b10a33ff1d88a02880d832c7f387bfb7187b13351b83d7623d3313ba9adc

See more details on using hashes here.

File details

Details for the file scikit_learn-0.24.0-cp39-cp39-manylinux2014_aarch64.whl.

File metadata

  • Download URL: scikit_learn-0.24.0-cp39-cp39-manylinux2014_aarch64.whl
  • Upload date:
  • Size: 25.5 MB
  • Tags: CPython 3.9
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.2.0 pkginfo/1.6.1 requests/2.25.1 setuptools/51.0.0 requests-toolbelt/0.9.1 tqdm/4.54.1 CPython/3.8.6

File hashes

Hashes for scikit_learn-0.24.0-cp39-cp39-manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 4395e91b3548005f4a645018435b5a94f8cce232b5b70753020e606c6a750656
MD5 db962e07af6b893f8b726a50e15ec87c
BLAKE2b-256 3dfb53d60da34786ed7a8f45ec3bba4716b5cea2196eab6a3ef32ec00121f02c

See more details on using hashes here.

File details

Details for the file scikit_learn-0.24.0-cp39-cp39-manylinux2010_x86_64.whl.

File metadata

  • Download URL: scikit_learn-0.24.0-cp39-cp39-manylinux2010_x86_64.whl
  • Upload date:
  • Size: 23.8 MB
  • Tags: CPython 3.9, manylinux: glibc 2.12+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.2.0 pkginfo/1.6.1 requests/2.25.1 setuptools/51.0.0 requests-toolbelt/0.9.1 tqdm/4.54.1 CPython/3.8.6

File hashes

Hashes for scikit_learn-0.24.0-cp39-cp39-manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 3eeff086f7329521d27249a082ea3c48c085cedb110db5f65968ab55c3ba2e09
MD5 7897feb96e391c02446c07ee3190d9e6
BLAKE2b-256 7137ad8768687998ce0f074373ab0c69c3dae2382466efdd45d7a68512916ce9

See more details on using hashes here.

File details

Details for the file scikit_learn-0.24.0-cp39-cp39-manylinux2010_i686.whl.

File metadata

  • Download URL: scikit_learn-0.24.0-cp39-cp39-manylinux2010_i686.whl
  • Upload date:
  • Size: 22.6 MB
  • Tags: CPython 3.9, manylinux: glibc 2.12+ i686
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.2.0 pkginfo/1.6.1 requests/2.25.1 setuptools/51.0.0 requests-toolbelt/0.9.1 tqdm/4.54.1 CPython/3.8.6

File hashes

Hashes for scikit_learn-0.24.0-cp39-cp39-manylinux2010_i686.whl
Algorithm Hash digest
SHA256 800aaf63f8838c00e85db2267dd226f89858594843fd03932a9eda95746d2c40
MD5 3192298edc251655067d74eb82f1b871
BLAKE2b-256 3c423a7babb1edc70013d5924c92f92eea79bb2ad8bb1d7fc2f87f88e6611fad

See more details on using hashes here.

File details

Details for the file scikit_learn-0.24.0-cp39-cp39-macosx_10_9_x86_64.whl.

File metadata

  • Download URL: scikit_learn-0.24.0-cp39-cp39-macosx_10_9_x86_64.whl
  • Upload date:
  • Size: 7.3 MB
  • Tags: CPython 3.9, macOS 10.9+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.2.0 pkginfo/1.6.1 requests/2.25.1 setuptools/51.0.0 requests-toolbelt/0.9.1 tqdm/4.54.1 CPython/3.8.6

File hashes

Hashes for scikit_learn-0.24.0-cp39-cp39-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 44e452ea8491225c5783d49577aad0f36202dfd52aec7f82c0fdfe5fbd5f7400
MD5 04393b31103b09b8e50b75fd19b321aa
BLAKE2b-256 4f86cb2c196e407687cad1fdc3b5ad8d15a9414b4056e7eb15e0d8a70f170698

See more details on using hashes here.

File details

Details for the file scikit_learn-0.24.0-cp38-cp38-win_amd64.whl.

File metadata

  • Download URL: scikit_learn-0.24.0-cp38-cp38-win_amd64.whl
  • Upload date:
  • Size: 6.9 MB
  • Tags: CPython 3.8, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.2.0 pkginfo/1.6.1 requests/2.25.1 setuptools/51.0.0 requests-toolbelt/0.9.1 tqdm/4.54.1 CPython/3.8.6

File hashes

Hashes for scikit_learn-0.24.0-cp38-cp38-win_amd64.whl
Algorithm Hash digest
SHA256 2951f87d35e72f007701c6e028aa230f6df6212a3194677c0c950486066a454d
MD5 62b89ba15a59747b19def50fbab0dcc0
BLAKE2b-256 09fedf74374c8b6ebc3930fee18875ca090cf3a1ecb5ff541a6028debc21cc11

See more details on using hashes here.

File details

Details for the file scikit_learn-0.24.0-cp38-cp38-win32.whl.

File metadata

  • Download URL: scikit_learn-0.24.0-cp38-cp38-win32.whl
  • Upload date:
  • Size: 6.1 MB
  • Tags: CPython 3.8, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.2.0 pkginfo/1.6.1 requests/2.25.1 setuptools/51.0.0 requests-toolbelt/0.9.1 tqdm/4.54.1 CPython/3.8.6

File hashes

Hashes for scikit_learn-0.24.0-cp38-cp38-win32.whl
Algorithm Hash digest
SHA256 743b6edd98c98991be46c08e6b21df3861d5ae915f91d59f988384d93f7263e7
MD5 4c27a3d846ef3e3fbd80e12354507f56
BLAKE2b-256 71386ad7e468238755e6b751d75aed1f9eadf3f20d37ee0764035feba0dcf67a

See more details on using hashes here.

File details

Details for the file scikit_learn-0.24.0-cp38-cp38-manylinux2014_aarch64.whl.

File metadata

  • Download URL: scikit_learn-0.24.0-cp38-cp38-manylinux2014_aarch64.whl
  • Upload date:
  • Size: 26.5 MB
  • Tags: CPython 3.8
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.2.0 pkginfo/1.6.1 requests/2.25.1 setuptools/51.0.0 requests-toolbelt/0.9.1 tqdm/4.54.1 CPython/3.8.6

File hashes

Hashes for scikit_learn-0.24.0-cp38-cp38-manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 2a5348585aa793bc8cc5a72f8e9067c9380834b0aadbd55f924843b071f13282
MD5 d29a6adbc566e68ca601636a209692af
BLAKE2b-256 f8469a6242a17db15ac39dd95a0a9b6515e107b178a69279ba8c9e7643ba20a1

See more details on using hashes here.

File details

Details for the file scikit_learn-0.24.0-cp38-cp38-manylinux2010_x86_64.whl.

File metadata

  • Download URL: scikit_learn-0.24.0-cp38-cp38-manylinux2010_x86_64.whl
  • Upload date:
  • Size: 24.9 MB
  • Tags: CPython 3.8, manylinux: glibc 2.12+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.2.0 pkginfo/1.6.1 requests/2.25.1 setuptools/51.0.0 requests-toolbelt/0.9.1 tqdm/4.54.1 CPython/3.8.6

File hashes

Hashes for scikit_learn-0.24.0-cp38-cp38-manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 5e6e3c042cea83f2e20a45e563b8eabc1f8f72446251fe23ebefdf111a173a33
MD5 e7df74e3f71791c35cee223961ac0e4b
BLAKE2b-256 a5cad6ff83cc7ec0e6856d3c152bfdefa8647122429e431c75e900edb2c4f5cc

See more details on using hashes here.

File details

Details for the file scikit_learn-0.24.0-cp38-cp38-manylinux2010_i686.whl.

File metadata

  • Download URL: scikit_learn-0.24.0-cp38-cp38-manylinux2010_i686.whl
  • Upload date:
  • Size: 23.7 MB
  • Tags: CPython 3.8, manylinux: glibc 2.12+ i686
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.2.0 pkginfo/1.6.1 requests/2.25.1 setuptools/51.0.0 requests-toolbelt/0.9.1 tqdm/4.54.1 CPython/3.8.6

File hashes

Hashes for scikit_learn-0.24.0-cp38-cp38-manylinux2010_i686.whl
Algorithm Hash digest
SHA256 66f27bf21202a850bcd7b6303916e4907f6e22ec59a14974ede4955aed5c7ed0
MD5 ca0f9ea715196ee97a2213864061ef50
BLAKE2b-256 1b8b045eebfbed786c8f3af6d265dde231c7bf4a8f9669c4fc0f70709bcc0950

See more details on using hashes here.

File details

Details for the file scikit_learn-0.24.0-cp38-cp38-macosx_10_9_x86_64.whl.

File metadata

  • Download URL: scikit_learn-0.24.0-cp38-cp38-macosx_10_9_x86_64.whl
  • Upload date:
  • Size: 7.2 MB
  • Tags: CPython 3.8, macOS 10.9+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.2.0 pkginfo/1.6.1 requests/2.25.1 setuptools/51.0.0 requests-toolbelt/0.9.1 tqdm/4.54.1 CPython/3.8.6

File hashes

Hashes for scikit_learn-0.24.0-cp38-cp38-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 758619e49cd7c17282e6cc60d5cc73c02c072b47c9a10010bb3bb47e0d976e50
MD5 b0dc5bd128b33e890fb1fab7057e3dd6
BLAKE2b-256 9c84633a20fe4cd6282b8a25ae3273ed4a11067fff3422e0d1078693606a0b93

See more details on using hashes here.

File details

Details for the file scikit_learn-0.24.0-cp37-cp37m-win_amd64.whl.

File metadata

  • Download URL: scikit_learn-0.24.0-cp37-cp37m-win_amd64.whl
  • Upload date:
  • Size: 6.8 MB
  • Tags: CPython 3.7m, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.2.0 pkginfo/1.6.1 requests/2.25.1 setuptools/51.0.0 requests-toolbelt/0.9.1 tqdm/4.54.1 CPython/3.8.6

File hashes

Hashes for scikit_learn-0.24.0-cp37-cp37m-win_amd64.whl
Algorithm Hash digest
SHA256 c912247e42114f389858ae05d63f4359d4e667ea72aaabee191aee9ad3f9774a
MD5 0e6faac4bc05f2d2e276e3696d2cf3ae
BLAKE2b-256 2f9e91095e6e92f6f8255949dd61ee60c91fd0fc1d4580731acf88166622aa9b

See more details on using hashes here.

File details

Details for the file scikit_learn-0.24.0-cp37-cp37m-win32.whl.

File metadata

  • Download URL: scikit_learn-0.24.0-cp37-cp37m-win32.whl
  • Upload date:
  • Size: 6.1 MB
  • Tags: CPython 3.7m, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.2.0 pkginfo/1.6.1 requests/2.25.1 setuptools/51.0.0 requests-toolbelt/0.9.1 tqdm/4.54.1 CPython/3.8.6

File hashes

Hashes for scikit_learn-0.24.0-cp37-cp37m-win32.whl
Algorithm Hash digest
SHA256 b0d13fd56d26cf3de0314a4fd48037108c638fe126d813f5c1222bb0f08b6a76
MD5 1ca14a14d573dacf466bc6f7c6dfe7a1
BLAKE2b-256 2ede1e50095a2f65fa7b8137cdc9370a54336f25c50b3bdb2ab7f3e1a04615e5

See more details on using hashes here.

File details

Details for the file scikit_learn-0.24.0-cp37-cp37m-manylinux2014_aarch64.whl.

File metadata

  • Download URL: scikit_learn-0.24.0-cp37-cp37m-manylinux2014_aarch64.whl
  • Upload date:
  • Size: 24.0 MB
  • Tags: CPython 3.7m
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.2.0 pkginfo/1.6.1 requests/2.25.1 setuptools/51.0.0 requests-toolbelt/0.9.1 tqdm/4.54.1 CPython/3.8.6

File hashes

Hashes for scikit_learn-0.24.0-cp37-cp37m-manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 18f7131e62265bf2691ed1d0303c640313894ccfe4278427478c6b2f45094b53
MD5 f7a4130e83d858d7fbbe70aaaaba41bb
BLAKE2b-256 01c4167461d281528e70ff8995ae6b899e1b20b9b2e92d520d90e9c000d2eaa0

See more details on using hashes here.

File details

Details for the file scikit_learn-0.24.0-cp37-cp37m-manylinux2010_x86_64.whl.

File metadata

  • Download URL: scikit_learn-0.24.0-cp37-cp37m-manylinux2010_x86_64.whl
  • Upload date:
  • Size: 22.3 MB
  • Tags: CPython 3.7m, manylinux: glibc 2.12+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.2.0 pkginfo/1.6.1 requests/2.25.1 setuptools/51.0.0 requests-toolbelt/0.9.1 tqdm/4.54.1 CPython/3.8.6

File hashes

Hashes for scikit_learn-0.24.0-cp37-cp37m-manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 d819d625832fb2969911a243e009cfa135cb8ef1e150866e417d6e9d75290087
MD5 4f3c71f2bcaeafb9f5e6c0e7647fc4b7
BLAKE2b-256 b1edab51a8da34d2b3f4524b21093081e7f9e2ddf1c9eac9f795dcf68ad0a57d

See more details on using hashes here.

File details

Details for the file scikit_learn-0.24.0-cp37-cp37m-manylinux2010_i686.whl.

File metadata

  • Download URL: scikit_learn-0.24.0-cp37-cp37m-manylinux2010_i686.whl
  • Upload date:
  • Size: 21.1 MB
  • Tags: CPython 3.7m, manylinux: glibc 2.12+ i686
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.2.0 pkginfo/1.6.1 requests/2.25.1 setuptools/51.0.0 requests-toolbelt/0.9.1 tqdm/4.54.1 CPython/3.8.6

File hashes

Hashes for scikit_learn-0.24.0-cp37-cp37m-manylinux2010_i686.whl
Algorithm Hash digest
SHA256 905d8934d1e27a686698864a5863ff2c0e13a2ae1adb78a8a848aacc8a49927d
MD5 60347c20bdeb3685484c445499c85f13
BLAKE2b-256 ee124c687556cb23f56c7cf3fc57ceb35e06fd11eaf192f02b6e2fa20fea0c7b

See more details on using hashes here.

File details

Details for the file scikit_learn-0.24.0-cp37-cp37m-macosx_10_9_x86_64.whl.

File metadata

  • Download URL: scikit_learn-0.24.0-cp37-cp37m-macosx_10_9_x86_64.whl
  • Upload date:
  • Size: 7.2 MB
  • Tags: CPython 3.7m, macOS 10.9+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.2.0 pkginfo/1.6.1 requests/2.25.1 setuptools/51.0.0 requests-toolbelt/0.9.1 tqdm/4.54.1 CPython/3.8.6

File hashes

Hashes for scikit_learn-0.24.0-cp37-cp37m-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 c08b27cb78ee8d2dc781a7affed09859441f5b624f9f92da59ac0791c8774dfc
MD5 59ad5d5002169842f891ad951a425caf
BLAKE2b-256 a14a0e41cbb0a096ac536b3016f2bc6a301dd1414cd023f9bdbcd25708809935

See more details on using hashes here.

File details

Details for the file scikit_learn-0.24.0-cp36-cp36m-win_amd64.whl.

File metadata

  • Download URL: scikit_learn-0.24.0-cp36-cp36m-win_amd64.whl
  • Upload date:
  • Size: 6.8 MB
  • Tags: CPython 3.6m, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.2.0 pkginfo/1.6.1 requests/2.25.1 setuptools/51.0.0 requests-toolbelt/0.9.1 tqdm/4.54.1 CPython/3.8.6

File hashes

Hashes for scikit_learn-0.24.0-cp36-cp36m-win_amd64.whl
Algorithm Hash digest
SHA256 26f66b3726b54dfb76ea51c5d9c2431ed17ebc066cb4527662b9e851a3e7ba61
MD5 7d9562ecc53ef346250000eb322138cf
BLAKE2b-256 9a0d75adf104d6354f69c41e8edf53bcaec0cbbff5ad7c57f8b9a76b7381dfa6

See more details on using hashes here.

File details

Details for the file scikit_learn-0.24.0-cp36-cp36m-win32.whl.

File metadata

  • Download URL: scikit_learn-0.24.0-cp36-cp36m-win32.whl
  • Upload date:
  • Size: 6.1 MB
  • Tags: CPython 3.6m, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.2.0 pkginfo/1.6.1 requests/2.25.1 setuptools/51.0.0 requests-toolbelt/0.9.1 tqdm/4.54.1 CPython/3.8.6

File hashes

Hashes for scikit_learn-0.24.0-cp36-cp36m-win32.whl
Algorithm Hash digest
SHA256 afeb06dc69847927634e58579b9cdc72e1390b79497336b2324b1b173f33bd47
MD5 68eab8f637406e67c21aa1c5a0682086
BLAKE2b-256 371b7fcc2c41ff28af192a73112d4eff5b5c5d2edb9ea7655186d7ffa6eb0044

See more details on using hashes here.

File details

Details for the file scikit_learn-0.24.0-cp36-cp36m-manylinux2014_aarch64.whl.

File metadata

  • Download URL: scikit_learn-0.24.0-cp36-cp36m-manylinux2014_aarch64.whl
  • Upload date:
  • Size: 24.0 MB
  • Tags: CPython 3.6m
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.2.0 pkginfo/1.6.1 requests/2.25.1 setuptools/51.0.0 requests-toolbelt/0.9.1 tqdm/4.54.1 CPython/3.8.6

File hashes

Hashes for scikit_learn-0.24.0-cp36-cp36m-manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 7f654befc5ad413690cc58f3f34a3e906caf825195ce0fda00a8e9565e1403e6
MD5 ecd6f5a2ae98579654a90e4b7dfec4e9
BLAKE2b-256 a9e2e2f75490b0310631d5ea4bce1ac2a8f2089f0a267ff428bf164d24d57f85

See more details on using hashes here.

File details

Details for the file scikit_learn-0.24.0-cp36-cp36m-manylinux2010_x86_64.whl.

File metadata

  • Download URL: scikit_learn-0.24.0-cp36-cp36m-manylinux2010_x86_64.whl
  • Upload date:
  • Size: 22.2 MB
  • Tags: CPython 3.6m, manylinux: glibc 2.12+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.2.0 pkginfo/1.6.1 requests/2.25.1 setuptools/51.0.0 requests-toolbelt/0.9.1 tqdm/4.54.1 CPython/3.8.6

File hashes

Hashes for scikit_learn-0.24.0-cp36-cp36m-manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 d7fe05fcb44eadd6d6c874c768f085f5de1239db3a3b7be4d3d23d12e4120589
MD5 05f806fa67b24549b6148145ff9feba0
BLAKE2b-256 30aadb462d385c56905b731403885454188683f63c86ea68900f6f7e7558b5fa

See more details on using hashes here.

File details

Details for the file scikit_learn-0.24.0-cp36-cp36m-manylinux2010_i686.whl.

File metadata

  • Download URL: scikit_learn-0.24.0-cp36-cp36m-manylinux2010_i686.whl
  • Upload date:
  • Size: 21.1 MB
  • Tags: CPython 3.6m, manylinux: glibc 2.12+ i686
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.2.0 pkginfo/1.6.1 requests/2.25.1 setuptools/51.0.0 requests-toolbelt/0.9.1 tqdm/4.54.1 CPython/3.8.6

File hashes

Hashes for scikit_learn-0.24.0-cp36-cp36m-manylinux2010_i686.whl
Algorithm Hash digest
SHA256 e534f5f3796db6781c87e9835dcd51b7854c8c5a379c9210b93605965c1941fd
MD5 47d1edb286a9218e4ce619cb5761a212
BLAKE2b-256 49028400ae6addc4e6a9236060ce499bfb91d924911ff42ec3139507bfe5a627

See more details on using hashes here.

File details

Details for the file scikit_learn-0.24.0-cp36-cp36m-macosx_10_9_x86_64.whl.

File metadata

  • Download URL: scikit_learn-0.24.0-cp36-cp36m-macosx_10_9_x86_64.whl
  • Upload date:
  • Size: 7.2 MB
  • Tags: CPython 3.6m, macOS 10.9+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.2.0 pkginfo/1.6.1 requests/2.25.1 setuptools/51.0.0 requests-toolbelt/0.9.1 tqdm/4.54.1 CPython/3.8.6

File hashes

Hashes for scikit_learn-0.24.0-cp36-cp36m-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 890d7d588f65acb0c4f6c083347c9076916bda5e6bd8400f06244b1afc1009af
MD5 4e261d5d03393cb6b4a95b5d3298ca00
BLAKE2b-256 b35792aaaa9e2a571c0d17cb7bc5018cea16309c40b03d4f9a310092a77d13a9

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page