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.2.tar.gz (7.5 MB view details)

Uploaded Source

Built Distributions

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

Uploaded CPython 3.9 Windows x86-64

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

Uploaded CPython 3.9 Windows x86

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

Uploaded CPython 3.9 manylinux: glibc 2.12+ x86-64

scikit_learn-0.24.2-cp39-cp39-manylinux2010_i686.whl (22.7 MB view details)

Uploaded CPython 3.9 manylinux: glibc 2.12+ i686

scikit_learn-0.24.2-cp39-cp39-manylinux1_x86_64.whl (19.6 MB view details)

Uploaded CPython 3.9

scikit_learn-0.24.2-cp39-cp39-manylinux1_i686.whl (18.6 MB view details)

Uploaded CPython 3.9

scikit_learn-0.24.2-cp39-cp39-macosx_10_13_x86_64.whl (7.3 MB view details)

Uploaded CPython 3.9 macOS 10.13+ x86-64

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

Uploaded CPython 3.8 Windows x86-64

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

Uploaded CPython 3.8 Windows x86

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

Uploaded CPython 3.8 manylinux: glibc 2.12+ x86-64

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

Uploaded CPython 3.8 manylinux: glibc 2.12+ i686

scikit_learn-0.24.2-cp38-cp38-manylinux1_x86_64.whl (20.4 MB view details)

Uploaded CPython 3.8

scikit_learn-0.24.2-cp38-cp38-manylinux1_i686.whl (19.4 MB view details)

Uploaded CPython 3.8

scikit_learn-0.24.2-cp38-cp38-macosx_10_13_x86_64.whl (7.2 MB view details)

Uploaded CPython 3.8 macOS 10.13+ x86-64

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

Uploaded CPython 3.7m Windows x86-64

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

Uploaded CPython 3.7m Windows x86

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

Uploaded CPython 3.7m manylinux: glibc 2.12+ x86-64

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

Uploaded CPython 3.7m manylinux: glibc 2.12+ i686

scikit_learn-0.24.2-cp37-cp37m-manylinux1_x86_64.whl (20.0 MB view details)

Uploaded CPython 3.7m

scikit_learn-0.24.2-cp37-cp37m-manylinux1_i686.whl (18.9 MB view details)

Uploaded CPython 3.7m

scikit_learn-0.24.2-cp37-cp37m-macosx_10_13_x86_64.whl (7.2 MB view details)

Uploaded CPython 3.7m macOS 10.13+ x86-64

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

Uploaded CPython 3.6m Windows x86-64

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

Uploaded CPython 3.6m Windows x86

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

Uploaded CPython 3.6m manylinux: glibc 2.12+ x86-64

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

Uploaded CPython 3.6m manylinux: glibc 2.12+ i686

scikit_learn-0.24.2-cp36-cp36m-manylinux1_x86_64.whl (20.0 MB view details)

Uploaded CPython 3.6m

scikit_learn-0.24.2-cp36-cp36m-manylinux1_i686.whl (18.9 MB view details)

Uploaded CPython 3.6m

scikit_learn-0.24.2-cp36-cp36m-macosx_10_13_x86_64.whl (7.2 MB view details)

Uploaded CPython 3.6m macOS 10.13+ x86-64

File details

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

File metadata

  • Download URL: scikit-learn-0.24.2.tar.gz
  • Upload date:
  • Size: 7.5 MB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.1 importlib_metadata/4.0.1 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.60.0 CPython/3.8.9

File hashes

Hashes for scikit-learn-0.24.2.tar.gz
Algorithm Hash digest
SHA256 d14701a12417930392cd3898e9646cf5670c190b933625ebe7511b1f7d7b8736
MD5 7b4df117f6d6aedaf11002084e2ae4d2
BLAKE2b-256 0504507280f20fafc8bc94b41e0592938c6f4a910d0e066be7c8ff1299628f5d

See more details on using hashes here.

Provenance

File details

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

File metadata

  • Download URL: scikit_learn-0.24.2-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.4.1 importlib_metadata/4.0.1 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.60.0 CPython/3.8.9

File hashes

Hashes for scikit_learn-0.24.2-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 40556bea1ef26ef54bc678d00cf138a63069144a0b5f3a436eecd8f3468b903e
MD5 92996893cd06b666eed43f5b2d506d58
BLAKE2b-256 ebbb0bf5164cf4f31eb01feff6b1c3ae205ebda58aa3fc6beaaa53617185b0e6

See more details on using hashes here.

Provenance

File details

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

File metadata

  • Download URL: scikit_learn-0.24.2-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.4.1 importlib_metadata/4.0.1 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.60.0 CPython/3.8.9

File hashes

Hashes for scikit_learn-0.24.2-cp39-cp39-win32.whl
Algorithm Hash digest
SHA256 cbdb0b3db99dd1d5f69d31b4234367d55475add31df4d84a3bd690ef017b55e2
MD5 bbab8c0705c81ef6884283495f71e80a
BLAKE2b-256 7c2d80fbde8fcb68b9961afbd8c810d8451577c74cdd46a909c9e39481531127

See more details on using hashes here.

Provenance

File details

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

File metadata

  • Download URL: scikit_learn-0.24.2-cp39-cp39-manylinux2014_aarch64.whl
  • Upload date:
  • Size: 25.5 MB
  • Tags: CPython 3.9
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.1 importlib_metadata/4.0.1 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.60.0 CPython/3.8.9

File hashes

Hashes for scikit_learn-0.24.2-cp39-cp39-manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 4e6198675a6f9d333774671bd536668680eea78e2e81c0b19e57224f58d17f37
MD5 961aceeefa254572bc955abe9850e33d
BLAKE2b-256 bf4876f46db8936adf6a279daa82341f53b89cac01f40c683a3f22bc9a4362a5

See more details on using hashes here.

Provenance

File details

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

File metadata

  • Download URL: scikit_learn-0.24.2-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.4.1 importlib_metadata/4.0.1 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.60.0 CPython/3.8.9

File hashes

Hashes for scikit_learn-0.24.2-cp39-cp39-manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 7be1b88c23cfac46e06404582215a917017cd2edaa2e4d40abe6aaff5458f24b
MD5 4538aec69b10825e717dee2071c88629
BLAKE2b-256 04e2b43d4205124dd4c1f14606b2e2d78303db993c6653a90bf11dd0ffe23b5b

See more details on using hashes here.

Provenance

File details

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

File metadata

  • Download URL: scikit_learn-0.24.2-cp39-cp39-manylinux2010_i686.whl
  • Upload date:
  • Size: 22.7 MB
  • Tags: CPython 3.9, manylinux: glibc 2.12+ i686
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.1 importlib_metadata/4.0.1 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.60.0 CPython/3.8.9

File hashes

Hashes for scikit_learn-0.24.2-cp39-cp39-manylinux2010_i686.whl
Algorithm Hash digest
SHA256 2754c85b2287333f9719db7f23fb7e357f436deed512db3417a02bf6f2830aa5
MD5 20b16e8207d09c3aee839ec2bda9bd43
BLAKE2b-256 8242397ba53eab6062b8a4e2a0a7681aed66e3e7912e59628aae592376209ffd

See more details on using hashes here.

Provenance

File details

Details for the file scikit_learn-0.24.2-cp39-cp39-manylinux1_x86_64.whl.

File metadata

  • Download URL: scikit_learn-0.24.2-cp39-cp39-manylinux1_x86_64.whl
  • Upload date:
  • Size: 19.6 MB
  • Tags: CPython 3.9
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.1 importlib_metadata/4.0.1 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.60.0 CPython/3.8.9

File hashes

Hashes for scikit_learn-0.24.2-cp39-cp39-manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 0e71ce9c7cbc20f6f8b860107ce15114da26e8675238b4b82b7e7cd37ca0c087
MD5 1b28e47c8e8caeeceb370314fc725886
BLAKE2b-256 13ac7ea73841bbed1f1c60f6e960dc9bbf1401f84926ef9db69cfce07d61127a

See more details on using hashes here.

Provenance

File details

Details for the file scikit_learn-0.24.2-cp39-cp39-manylinux1_i686.whl.

File metadata

  • Download URL: scikit_learn-0.24.2-cp39-cp39-manylinux1_i686.whl
  • Upload date:
  • Size: 18.6 MB
  • Tags: CPython 3.9
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.1 importlib_metadata/4.0.1 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.60.0 CPython/3.8.9

File hashes

Hashes for scikit_learn-0.24.2-cp39-cp39-manylinux1_i686.whl
Algorithm Hash digest
SHA256 a2a47449093dcf70babc930beba2ca0423cb7df2fa5fd76be5260703d67fa574
MD5 a9ca508b80ea965b1a27cf0fe5183211
BLAKE2b-256 027a1ec25170b09942fd099110ba213ec9e09b1e9e0a5aeeb5596e42a7e9dd9d

See more details on using hashes here.

Provenance

File details

Details for the file scikit_learn-0.24.2-cp39-cp39-macosx_10_13_x86_64.whl.

File metadata

  • Download URL: scikit_learn-0.24.2-cp39-cp39-macosx_10_13_x86_64.whl
  • Upload date:
  • Size: 7.3 MB
  • Tags: CPython 3.9, macOS 10.13+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.1 importlib_metadata/4.0.1 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.60.0 CPython/3.8.9

File hashes

Hashes for scikit_learn-0.24.2-cp39-cp39-macosx_10_13_x86_64.whl
Algorithm Hash digest
SHA256 48f273836e19901ba2beecd919f7b352f09310ce67c762f6e53bc6b81cacf1f0
MD5 a94a5bbf1c61301ea0027e184c7fe59f
BLAKE2b-256 c66a41fe5034d4f85c24aea9b7dca1f070bcca2ec29251d0624e87436bf5a2c0

See more details on using hashes here.

Provenance

File details

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

File metadata

  • Download URL: scikit_learn-0.24.2-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.4.1 importlib_metadata/4.0.1 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.60.0 CPython/3.8.9

File hashes

Hashes for scikit_learn-0.24.2-cp38-cp38-win_amd64.whl
Algorithm Hash digest
SHA256 038f4e9d6ef10e1f3fe82addc3a14735c299866eb10f2c77c090410904828312
MD5 803dd684c175f6e6abad4ccaff40e9d4
BLAKE2b-256 9aff5951e53ffed8d0fdb958883bd8a49b050f07c9b0c96a643607006bf690fe

See more details on using hashes here.

Provenance

File details

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

File metadata

  • Download URL: scikit_learn-0.24.2-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.4.1 importlib_metadata/4.0.1 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.60.0 CPython/3.8.9

File hashes

Hashes for scikit_learn-0.24.2-cp38-cp38-win32.whl
Algorithm Hash digest
SHA256 ae426e3a52842c6b6d77d00f906b6031c8c2cfdfabd6af7511bb4bc9a68d720e
MD5 89a248392d3b743840fa5450ba35a7a7
BLAKE2b-256 9adac0fdac5d401c11dfb4f6d881fccd4000add616ade3b0e45e9f35c14ca001

See more details on using hashes here.

Provenance

File details

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

File metadata

  • Download URL: scikit_learn-0.24.2-cp38-cp38-manylinux2014_aarch64.whl
  • Upload date:
  • Size: 26.5 MB
  • Tags: CPython 3.8
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.1 importlib_metadata/4.0.1 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.60.0 CPython/3.8.9

File hashes

Hashes for scikit_learn-0.24.2-cp38-cp38-manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 8fac72b9688176922f9f54fda1ba5f7ffd28cbeb9aad282760186e8ceba9139a
MD5 c0508361840550e53c818b07cb14ef32
BLAKE2b-256 35ed4bac8cc77baa335f31e1ea7dd91fc3b0793df755192aa384c7ca4dee4841

See more details on using hashes here.

Provenance

File details

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

File metadata

  • Download URL: scikit_learn-0.24.2-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.4.1 importlib_metadata/4.0.1 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.60.0 CPython/3.8.9

File hashes

Hashes for scikit_learn-0.24.2-cp38-cp38-manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 62214d2954377fcf3f31ec867dd4e436df80121e7a32947a0b3244f58f45e455
MD5 f07f0880d6ad68b4dfc92ec8183f8243
BLAKE2b-256 36dd06b6f0ad7b86c3edc3a02d255f3fcc98e444a847cea10b3a0182251ca7b6

See more details on using hashes here.

Provenance

File details

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

File metadata

  • Download URL: scikit_learn-0.24.2-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.4.1 importlib_metadata/4.0.1 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.60.0 CPython/3.8.9

File hashes

Hashes for scikit_learn-0.24.2-cp38-cp38-manylinux2010_i686.whl
Algorithm Hash digest
SHA256 2db429090b98045d71218a9ba913cc9b3fe78e0ba0b6b647d8748bc6d5a44080
MD5 2656eccdb3297c60e3893273e37485f1
BLAKE2b-256 8ae27d0a3f450d3a99c1a2f3485084e437b1d0ad69d5ded89def17e644bd8e10

See more details on using hashes here.

Provenance

File details

Details for the file scikit_learn-0.24.2-cp38-cp38-manylinux1_x86_64.whl.

File metadata

  • Download URL: scikit_learn-0.24.2-cp38-cp38-manylinux1_x86_64.whl
  • Upload date:
  • Size: 20.4 MB
  • Tags: CPython 3.8
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.1 importlib_metadata/4.0.1 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.60.0 CPython/3.8.9

File hashes

Hashes for scikit_learn-0.24.2-cp38-cp38-manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 1eec963fe9ffc827442c2e9333227c4d49749a44e592f305398c1db5c1563393
MD5 e2a84453e23facee083cdd6a6894b577
BLAKE2b-256 23875eb251917dc7d42119565a3a8a1937f8186399c9df8fbb1537ced97c0499

See more details on using hashes here.

Provenance

File details

Details for the file scikit_learn-0.24.2-cp38-cp38-manylinux1_i686.whl.

File metadata

  • Download URL: scikit_learn-0.24.2-cp38-cp38-manylinux1_i686.whl
  • Upload date:
  • Size: 19.4 MB
  • Tags: CPython 3.8
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.1 importlib_metadata/4.0.1 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.60.0 CPython/3.8.9

File hashes

Hashes for scikit_learn-0.24.2-cp38-cp38-manylinux1_i686.whl
Algorithm Hash digest
SHA256 f1d2108e770907540b5248977e4cff9ffaf0f73d0d13445ee938df06ca7579c6
MD5 f01a5ea4bb47d274cb7225bc599f6072
BLAKE2b-256 89ac5760aed927165f5b1e0b7543e804f6b29b768f8992e5255fdb3495b09bde

See more details on using hashes here.

Provenance

File details

Details for the file scikit_learn-0.24.2-cp38-cp38-macosx_10_13_x86_64.whl.

File metadata

  • Download URL: scikit_learn-0.24.2-cp38-cp38-macosx_10_13_x86_64.whl
  • Upload date:
  • Size: 7.2 MB
  • Tags: CPython 3.8, macOS 10.13+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.1 importlib_metadata/4.0.1 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.60.0 CPython/3.8.9

File hashes

Hashes for scikit_learn-0.24.2-cp38-cp38-macosx_10_13_x86_64.whl
Algorithm Hash digest
SHA256 90a297330f608adeb4d2e9786c6fda395d3150739deb3d42a86d9a4c2d15bc1d
MD5 25987dd6229e5c7868d01a7b85683a5c
BLAKE2b-256 bf6c31c623a656ab66e938b2432cb8e41dc5497dec670ff07e1e74989ee0ab77

See more details on using hashes here.

Provenance

File details

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

File metadata

  • Download URL: scikit_learn-0.24.2-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.4.1 importlib_metadata/4.0.1 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.60.0 CPython/3.8.9

File hashes

Hashes for scikit_learn-0.24.2-cp37-cp37m-win_amd64.whl
Algorithm Hash digest
SHA256 39b7e3b71bcb1fe46397185d6c1a5db1c441e71c23c91a31e7ad8cc3f7305f9a
MD5 04bc4fde6b5dd74969a9619b79e4c2fb
BLAKE2b-256 33ac98a9c3f4b6e810c45196f6e15e04f9d83fe3d6000eebbb74dfd084446432

See more details on using hashes here.

Provenance

File details

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

File metadata

  • Download URL: scikit_learn-0.24.2-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.4.1 importlib_metadata/4.0.1 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.60.0 CPython/3.8.9

File hashes

Hashes for scikit_learn-0.24.2-cp37-cp37m-win32.whl
Algorithm Hash digest
SHA256 f0ed4483c258fb23150e31b91ea7d25ff8495dba108aea0b0d4206a777705350
MD5 ab7811135bae5f024b91d85c473c557c
BLAKE2b-256 cd92ba1f372c598bfab69ab802e51b12a0aed61bdfc171f16889bb84e93ce3e9

See more details on using hashes here.

Provenance

File details

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

File metadata

  • Download URL: scikit_learn-0.24.2-cp37-cp37m-manylinux2014_aarch64.whl
  • Upload date:
  • Size: 24.0 MB
  • Tags: CPython 3.7m
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.1 importlib_metadata/4.0.1 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.60.0 CPython/3.8.9

File hashes

Hashes for scikit_learn-0.24.2-cp37-cp37m-manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 ae19ac105cf7ce8c205a46166992fdec88081d6e783ab6e38ecfbe45729f3c39
MD5 825283ac61384fe52148530657cb6680
BLAKE2b-256 f378b4aa1db778c2eb4a2e7ee0df84461ecb1bb2019031fd08723bd4c923452f

See more details on using hashes here.

Provenance

File details

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

File metadata

  • Download URL: scikit_learn-0.24.2-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.4.1 importlib_metadata/4.0.1 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.60.0 CPython/3.8.9

File hashes

Hashes for scikit_learn-0.24.2-cp37-cp37m-manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 f3ec00f023d84526381ad0c0f2cff982852d035c921bbf8ceb994f4886c00c64
MD5 e5209e44a6ce561030d36f21c7ae860f
BLAKE2b-256 a8eba48f25c967526b66d5f1fa7a984594f0bf0a5afafa94a8c4dbc317744620

See more details on using hashes here.

Provenance

File details

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

File metadata

  • Download URL: scikit_learn-0.24.2-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.4.1 importlib_metadata/4.0.1 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.60.0 CPython/3.8.9

File hashes

Hashes for scikit_learn-0.24.2-cp37-cp37m-manylinux2010_i686.whl
Algorithm Hash digest
SHA256 d177fe1ff47cc235942d628d41ee5b1c6930d8f009f1a451c39b5411e8d0d4cf
MD5 28698ed8ed4246321138efa1b954f840
BLAKE2b-256 5a2c24e405dc6188fae037f36e03e706da7d06001849a17edb03db917796c404

See more details on using hashes here.

Provenance

File details

Details for the file scikit_learn-0.24.2-cp37-cp37m-manylinux1_x86_64.whl.

File metadata

  • Download URL: scikit_learn-0.24.2-cp37-cp37m-manylinux1_x86_64.whl
  • Upload date:
  • Size: 20.0 MB
  • Tags: CPython 3.7m
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.1 importlib_metadata/4.0.1 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.60.0 CPython/3.8.9

File hashes

Hashes for scikit_learn-0.24.2-cp37-cp37m-manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 cdf24c1b9bbeb4936456b42ac5bd32c60bb194a344951acb6bfb0cddee5439a4
MD5 216086e3ba5a52413a15d7c4596d85cd
BLAKE2b-256 6f6b10881b09340d69d4a941e5624bfbf1ba853be8cdf2141077e66dda0b088e

See more details on using hashes here.

Provenance

File details

Details for the file scikit_learn-0.24.2-cp37-cp37m-manylinux1_i686.whl.

File metadata

  • Download URL: scikit_learn-0.24.2-cp37-cp37m-manylinux1_i686.whl
  • Upload date:
  • Size: 18.9 MB
  • Tags: CPython 3.7m
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.1 importlib_metadata/4.0.1 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.60.0 CPython/3.8.9

File hashes

Hashes for scikit_learn-0.24.2-cp37-cp37m-manylinux1_i686.whl
Algorithm Hash digest
SHA256 f18c3ed484eeeaa43a0d45dc2efb4d00fc6542ccdcfa2c45d7b635096a2ae534
MD5 00694502c95de21a05480a6bff5895e1
BLAKE2b-256 5a7c6b2c392934b85310ba4e89156f214ea7cf5e3cceae2d754cf7c2f93c3ee5

See more details on using hashes here.

Provenance

File details

Details for the file scikit_learn-0.24.2-cp37-cp37m-macosx_10_13_x86_64.whl.

File metadata

  • Download URL: scikit_learn-0.24.2-cp37-cp37m-macosx_10_13_x86_64.whl
  • Upload date:
  • Size: 7.2 MB
  • Tags: CPython 3.7m, macOS 10.13+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.1 importlib_metadata/4.0.1 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.60.0 CPython/3.8.9

File hashes

Hashes for scikit_learn-0.24.2-cp37-cp37m-macosx_10_13_x86_64.whl
Algorithm Hash digest
SHA256 49ec0b1361da328da9bb7f1a162836028e72556356adeb53342f8fae6b450d47
MD5 1c181f85f60f2cb079984adb48a62274
BLAKE2b-256 0479306714443069278702eaf767e82c0a619d7e93119fa9d7b075ccc7dd4801

See more details on using hashes here.

Provenance

File details

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

File metadata

  • Download URL: scikit_learn-0.24.2-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.4.1 importlib_metadata/4.0.1 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.60.0 CPython/3.8.9

File hashes

Hashes for scikit_learn-0.24.2-cp36-cp36m-win_amd64.whl
Algorithm Hash digest
SHA256 dd968a174aa82f3341a615a033fa6a8169e9320cbb46130686562db132d7f1f0
MD5 eacb7a5657fb2d7afb6bea4f7be95405
BLAKE2b-256 1e3757198cbb6ea88b20f78dc6019296ebf2ada76fa258ad010452f7c91d43f7

See more details on using hashes here.

Provenance

File details

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

File metadata

  • Download URL: scikit_learn-0.24.2-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.4.1 importlib_metadata/4.0.1 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.60.0 CPython/3.8.9

File hashes

Hashes for scikit_learn-0.24.2-cp36-cp36m-win32.whl
Algorithm Hash digest
SHA256 f74429a07fedb36a03c159332b914e6de757176064f9fed94b5f79ebac07d913
MD5 971ed78da90550ffdaabd2d3b5fe79e7
BLAKE2b-256 f02b866a8b575463172496d31ca456d0ee2a151985dea614a7c8d9690ad3f77b

See more details on using hashes here.

Provenance

File details

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

File metadata

  • Download URL: scikit_learn-0.24.2-cp36-cp36m-manylinux2014_aarch64.whl
  • Upload date:
  • Size: 24.0 MB
  • Tags: CPython 3.6m
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.1 importlib_metadata/4.0.1 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.60.0 CPython/3.8.9

File hashes

Hashes for scikit_learn-0.24.2-cp36-cp36m-manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 3cbd734e1aefc7c5080e6b6973fe062f97c26a1cdf1a991037ca196ce1c8f427
MD5 0e7d52074386677ccac938749d7135fe
BLAKE2b-256 15cdc2061d9050d4f19da2849e54161fb5b420d39236b08f4d51cc3e90de2d7f

See more details on using hashes here.

Provenance

File details

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

File metadata

  • Download URL: scikit_learn-0.24.2-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.4.1 importlib_metadata/4.0.1 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.60.0 CPython/3.8.9

File hashes

Hashes for scikit_learn-0.24.2-cp36-cp36m-manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 5ff3e4e4cf7592d36541edec434e09fb8ab9ba6b47608c4ffe30c9038d301897
MD5 503d4a0437211492d18d5f88eeeb04da
BLAKE2b-256 d3ebd0e658465c029feb7083139d9ead51000742e88b1fb7f1504e19e1b4ce6e

See more details on using hashes here.

Provenance

File details

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

File metadata

  • Download URL: scikit_learn-0.24.2-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.4.1 importlib_metadata/4.0.1 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.60.0 CPython/3.8.9

File hashes

Hashes for scikit_learn-0.24.2-cp36-cp36m-manylinux2010_i686.whl
Algorithm Hash digest
SHA256 fec42690a2eb646b384eafb021c425fab48991587edb412d4db77acc358b27ce
MD5 bdce8b2a5148ac0da7b6fbbbac336012
BLAKE2b-256 5a5125762691545dc028fb74b56aba39e6bce7ffe6947da1d8b9530d22732c85

See more details on using hashes here.

Provenance

File details

Details for the file scikit_learn-0.24.2-cp36-cp36m-manylinux1_x86_64.whl.

File metadata

  • Download URL: scikit_learn-0.24.2-cp36-cp36m-manylinux1_x86_64.whl
  • Upload date:
  • Size: 20.0 MB
  • Tags: CPython 3.6m
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.1 importlib_metadata/4.0.1 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.60.0 CPython/3.8.9

File hashes

Hashes for scikit_learn-0.24.2-cp36-cp36m-manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 06ffdcaaf81e2a3b1b50c3ac6842cfb13df2d8b737d61f64643ed61da7389cde
MD5 206ff2546e439bcc59f527729e26e53c
BLAKE2b-256 f5efbcd79e8d59250d6e8478eb1290dc6e05be42b3be8a86e3954146adbc171a

See more details on using hashes here.

Provenance

File details

Details for the file scikit_learn-0.24.2-cp36-cp36m-manylinux1_i686.whl.

File metadata

  • Download URL: scikit_learn-0.24.2-cp36-cp36m-manylinux1_i686.whl
  • Upload date:
  • Size: 18.9 MB
  • Tags: CPython 3.6m
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.1 importlib_metadata/4.0.1 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.60.0 CPython/3.8.9

File hashes

Hashes for scikit_learn-0.24.2-cp36-cp36m-manylinux1_i686.whl
Algorithm Hash digest
SHA256 5beaeb091071625e83f5905192d8aecde65ba2f26f8b6719845bbf586f7a04a1
MD5 73817c386f1f9bf1ea08cc5549526de6
BLAKE2b-256 f979b079ba4ac2c99bfdc1951ef8eba0f17d3f825d7cebb8a695d3455f48cca0

See more details on using hashes here.

Provenance

File details

Details for the file scikit_learn-0.24.2-cp36-cp36m-macosx_10_13_x86_64.whl.

File metadata

  • Download URL: scikit_learn-0.24.2-cp36-cp36m-macosx_10_13_x86_64.whl
  • Upload date:
  • Size: 7.2 MB
  • Tags: CPython 3.6m, macOS 10.13+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.1 importlib_metadata/4.0.1 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.60.0 CPython/3.8.9

File hashes

Hashes for scikit_learn-0.24.2-cp36-cp36m-macosx_10_13_x86_64.whl
Algorithm Hash digest
SHA256 d5bf9c863ba4717b3917b5227463ee06860fc43931dc9026747de416c0a10fee
MD5 deadabfc63f82341d4cc8c6c6acb0aab
BLAKE2b-256 68c65ed3f5b4eb2b0f99ec2e8f9bd2030020083323a42da5afa9f9a29e50ede6

See more details on using hashes here.

Provenance

Supported by

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