Skip to main content

A set of python modules for machine learning and data mining

Project description

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

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

Uploaded Source

Built Distributions

scikit_learn-1.4.0-cp312-cp312-win_amd64.whl (10.6 MB view details)

Uploaded CPython 3.12 Windows x86-64

scikit_learn-1.4.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (12.2 MB view details)

Uploaded CPython 3.12 manylinux: glibc 2.17+ x86-64

scikit_learn-1.4.0-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (11.5 MB view details)

Uploaded CPython 3.12 manylinux: glibc 2.17+ ARM64

scikit_learn-1.4.0-cp312-cp312-macosx_12_0_arm64.whl (10.6 MB view details)

Uploaded CPython 3.12 macOS 12.0+ ARM64

scikit_learn-1.4.0-cp312-cp312-macosx_10_9_x86_64.whl (11.5 MB view details)

Uploaded CPython 3.12 macOS 10.9+ x86-64

scikit_learn-1.4.0-cp311-cp311-win_amd64.whl (10.6 MB view details)

Uploaded CPython 3.11 Windows x86-64

scikit_learn-1.4.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (12.1 MB view details)

Uploaded CPython 3.11 manylinux: glibc 2.17+ x86-64

scikit_learn-1.4.0-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (11.5 MB view details)

Uploaded CPython 3.11 manylinux: glibc 2.17+ ARM64

scikit_learn-1.4.0-cp311-cp311-macosx_12_0_arm64.whl (10.6 MB view details)

Uploaded CPython 3.11 macOS 12.0+ ARM64

scikit_learn-1.4.0-cp311-cp311-macosx_10_9_x86_64.whl (11.5 MB view details)

Uploaded CPython 3.11 macOS 10.9+ x86-64

scikit_learn-1.4.0-cp310-cp310-win_amd64.whl (10.6 MB view details)

Uploaded CPython 3.10 Windows x86-64

scikit_learn-1.4.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (12.1 MB view details)

Uploaded CPython 3.10 manylinux: glibc 2.17+ x86-64

scikit_learn-1.4.0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (11.5 MB view details)

Uploaded CPython 3.10 manylinux: glibc 2.17+ ARM64

scikit_learn-1.4.0-cp310-cp310-macosx_12_0_arm64.whl (10.6 MB view details)

Uploaded CPython 3.10 macOS 12.0+ ARM64

scikit_learn-1.4.0-cp310-cp310-macosx_10_9_x86_64.whl (11.5 MB view details)

Uploaded CPython 3.10 macOS 10.9+ x86-64

scikit_learn-1.4.0-cp39-cp39-win_amd64.whl (10.6 MB view details)

Uploaded CPython 3.9 Windows x86-64

scikit_learn-1.4.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (12.1 MB view details)

Uploaded CPython 3.9 manylinux: glibc 2.17+ x86-64

scikit_learn-1.4.0-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (11.5 MB view details)

Uploaded CPython 3.9 manylinux: glibc 2.17+ ARM64

scikit_learn-1.4.0-cp39-cp39-macosx_12_0_arm64.whl (10.7 MB view details)

Uploaded CPython 3.9 macOS 12.0+ ARM64

scikit_learn-1.4.0-cp39-cp39-macosx_10_9_x86_64.whl (11.6 MB view details)

Uploaded CPython 3.9 macOS 10.9+ x86-64

scikit_learn-1.4.0-1-cp312-cp312-win_amd64.whl (10.6 MB view details)

Uploaded CPython 3.12 Windows x86-64

scikit_learn-1.4.0-1-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (12.2 MB view details)

Uploaded CPython 3.12 manylinux: glibc 2.17+ x86-64

scikit_learn-1.4.0-1-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (11.5 MB view details)

Uploaded CPython 3.12 manylinux: glibc 2.17+ ARM64

scikit_learn-1.4.0-1-cp312-cp312-macosx_12_0_arm64.whl (10.6 MB view details)

Uploaded CPython 3.12 macOS 12.0+ ARM64

scikit_learn-1.4.0-1-cp312-cp312-macosx_10_9_x86_64.whl (11.5 MB view details)

Uploaded CPython 3.12 macOS 10.9+ x86-64

scikit_learn-1.4.0-1-cp311-cp311-win_amd64.whl (10.6 MB view details)

Uploaded CPython 3.11 Windows x86-64

scikit_learn-1.4.0-1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (12.1 MB view details)

Uploaded CPython 3.11 manylinux: glibc 2.17+ x86-64

scikit_learn-1.4.0-1-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (11.5 MB view details)

Uploaded CPython 3.11 manylinux: glibc 2.17+ ARM64

scikit_learn-1.4.0-1-cp311-cp311-macosx_12_0_arm64.whl (10.6 MB view details)

Uploaded CPython 3.11 macOS 12.0+ ARM64

scikit_learn-1.4.0-1-cp311-cp311-macosx_10_9_x86_64.whl (11.5 MB view details)

Uploaded CPython 3.11 macOS 10.9+ x86-64

scikit_learn-1.4.0-1-cp310-cp310-win_amd64.whl (10.6 MB view details)

Uploaded CPython 3.10 Windows x86-64

scikit_learn-1.4.0-1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (12.1 MB view details)

Uploaded CPython 3.10 manylinux: glibc 2.17+ x86-64

scikit_learn-1.4.0-1-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (11.5 MB view details)

Uploaded CPython 3.10 manylinux: glibc 2.17+ ARM64

scikit_learn-1.4.0-1-cp310-cp310-macosx_12_0_arm64.whl (10.6 MB view details)

Uploaded CPython 3.10 macOS 12.0+ ARM64

scikit_learn-1.4.0-1-cp310-cp310-macosx_10_9_x86_64.whl (11.5 MB view details)

Uploaded CPython 3.10 macOS 10.9+ x86-64

scikit_learn-1.4.0-1-cp39-cp39-win_amd64.whl (10.6 MB view details)

Uploaded CPython 3.9 Windows x86-64

scikit_learn-1.4.0-1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (12.1 MB view details)

Uploaded CPython 3.9 manylinux: glibc 2.17+ x86-64

scikit_learn-1.4.0-1-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (11.5 MB view details)

Uploaded CPython 3.9 manylinux: glibc 2.17+ ARM64

scikit_learn-1.4.0-1-cp39-cp39-macosx_12_0_arm64.whl (10.7 MB view details)

Uploaded CPython 3.9 macOS 12.0+ ARM64

scikit_learn-1.4.0-1-cp39-cp39-macosx_10_9_x86_64.whl (11.6 MB view details)

Uploaded CPython 3.9 macOS 10.9+ x86-64

File details

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

File metadata

  • Download URL: scikit-learn-1.4.0.tar.gz
  • Upload date:
  • Size: 7.7 MB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/4.0.1 CPython/3.11.7

File hashes

Hashes for scikit-learn-1.4.0.tar.gz
Algorithm Hash digest
SHA256 d4373c984eba20e393216edd51a3e3eede56cbe93d4247516d205643c3b93121
MD5 8c90a0860eb2971a574db5676f2462fd
BLAKE2b-256 a025f95b39549240d07c7fefa2ab0f81ac418f0ea192c53334f655bbed5015f9

See more details on using hashes here.

Provenance

File details

Details for the file scikit_learn-1.4.0-cp312-cp312-win_amd64.whl.

File metadata

File hashes

Hashes for scikit_learn-1.4.0-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 88bcb586fdff865372df1bc6be88bb7e6f9e0aa080dab9f54f5cac7eca8e2b6b
MD5 eb23a49affa3a31b169538021de4a331
BLAKE2b-256 2ba2f56379a1644631d5ba24cc6c5c60bb59b56c5a0708c6d3eea6690589961b

See more details on using hashes here.

Provenance

File details

Details for the file scikit_learn-1.4.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for scikit_learn-1.4.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 842b7d6989f3c574685e18da6f91223eb32301d0f93903dd399894250835a6f7
MD5 2cd567b595658f57ca649ddafc9ed5df
BLAKE2b-256 b990d647d163ef1483a8b590c30ffe22064592b86d132a1e851031939d966232

See more details on using hashes here.

Provenance

File details

Details for the file scikit_learn-1.4.0-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for scikit_learn-1.4.0-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 05fc5915b716c6cc60a438c250108e9a9445b522975ed37e416d5ea4f9a63381
MD5 acd1906446a5337e20ee08b0184d6cb8
BLAKE2b-256 89163423c71f1b9b4cf6ee20fc16522c12b55a7c397328915a2c62cc6a2715e9

See more details on using hashes here.

Provenance

File details

Details for the file scikit_learn-1.4.0-cp312-cp312-macosx_12_0_arm64.whl.

File metadata

File hashes

Hashes for scikit_learn-1.4.0-cp312-cp312-macosx_12_0_arm64.whl
Algorithm Hash digest
SHA256 8b6ac1442ec714b4911e5aef8afd82c691b5c88b525ea58299d455acc4e8dcec
MD5 9ab7c03b538e8c9afcb9312511419eab
BLAKE2b-256 875a2f288cbdcf81ecde4e7cf1a199e97f4c4410a7c41807424c472a8241553a

See more details on using hashes here.

Provenance

File details

Details for the file scikit_learn-1.4.0-cp312-cp312-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for scikit_learn-1.4.0-cp312-cp312-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 0f33bbafb310c26b81c4d41ecaebdbc1f63498a3f13461d50ed9a2e8f24d28e4
MD5 93b901166daaa6cff1ab648fd5ff77d2
BLAKE2b-256 ceffe980f85f30d0943504fc695bec6bf5912e5d882eba2f67da9f32f690ad3e

See more details on using hashes here.

Provenance

File details

Details for the file scikit_learn-1.4.0-cp311-cp311-win_amd64.whl.

File metadata

File hashes

Hashes for scikit_learn-1.4.0-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 80a21de63275f8bcd7877b3e781679d2ff1eddfed515a599f95b2502a3283d42
MD5 bf9c5efef991ba0d44d89cde567b785e
BLAKE2b-256 7ac3c104c9c84c0f0a9b0ead1dcead583f0f4b47804f27ef945a8a94683768d2

See more details on using hashes here.

Provenance

File details

Details for the file scikit_learn-1.4.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for scikit_learn-1.4.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 91a8918c415c4b4bf1d60c38d32958849a9191c2428ab35d30b78354085c7c7a
MD5 1fd74f8bb8d25048889cdddbf85315f9
BLAKE2b-256 f418a823dc40699c780cf0a3fbaedb275fca2e69c1181204e31871c33ecc42f7

See more details on using hashes here.

Provenance

File details

Details for the file scikit_learn-1.4.0-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for scikit_learn-1.4.0-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 7f0d2018ac6fa055dab65fe8a485967990d33c672d55bc254c56c35287b02fab
MD5 2f4f9ef1401ef7f61a4d3f799a4a2b0a
BLAKE2b-256 d77284817489226b6cd7ae2b475fe20818d3ca6c922bff7752c235ec3f50bb70

See more details on using hashes here.

Provenance

File details

Details for the file scikit_learn-1.4.0-cp311-cp311-macosx_12_0_arm64.whl.

File metadata

File hashes

Hashes for scikit_learn-1.4.0-cp311-cp311-macosx_12_0_arm64.whl
Algorithm Hash digest
SHA256 5c5c62ffb52c3ffb755eb21fa74cc2cbf2c521bd53f5c04eaa10011dbecf5f80
MD5 d309bcb1817293910f7b186b50d3a71c
BLAKE2b-256 e789ebd51bca965252eacb9e9ef5b24c0b132db83bbdaeea92eabdf03ef8541a

See more details on using hashes here.

Provenance

File details

Details for the file scikit_learn-1.4.0-cp311-cp311-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for scikit_learn-1.4.0-cp311-cp311-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 27ae4b0f1b2c77107c096a7e05b33458354107b47775428d1f11b23e30a73e8a
MD5 b7944b2e0940179bb6b32cfbb85dc300
BLAKE2b-256 96e9b50466c25d4f35dfda38c32865e6e0999c23852546a38b6b2fe94d82950c

See more details on using hashes here.

Provenance

File details

Details for the file scikit_learn-1.4.0-cp310-cp310-win_amd64.whl.

File metadata

File hashes

Hashes for scikit_learn-1.4.0-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 2bac5d56b992f8f06816f2cd321eb86071c6f6d44bb4b1cb3d626525820d754b
MD5 ee01855c461f4a4864c225c6aba5cf21
BLAKE2b-256 b010b0f7ef7a0772a9c5060096feaf3937fd082ae692eb981dab1972d3433d34

See more details on using hashes here.

Provenance

File details

Details for the file scikit_learn-1.4.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for scikit_learn-1.4.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 0aba2a20d89936d6e72d95d05e3bf1db55bca5c5920926ad7b92c34f5e7d3bbe
MD5 921ccfde8529a7dbed73ac552a66b8cb
BLAKE2b-256 73b93cb1d6aa07d10c66d8ab6d990163e973b3d29a945418058104affad3d4b6

See more details on using hashes here.

Provenance

File details

Details for the file scikit_learn-1.4.0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for scikit_learn-1.4.0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 785ce3c352bf697adfda357c3922c94517a9376002971bc5ea50896144bc8916
MD5 10d678526cf10f5fff9f52dcbfaccb8a
BLAKE2b-256 cbe7f6794033f1225ad815a1f3b3d077155dbb11054a8f15090616d503097241

See more details on using hashes here.

Provenance

File details

Details for the file scikit_learn-1.4.0-cp310-cp310-macosx_12_0_arm64.whl.

File metadata

File hashes

Hashes for scikit_learn-1.4.0-cp310-cp310-macosx_12_0_arm64.whl
Algorithm Hash digest
SHA256 a6372c90bbf302387792108379f1ec77719c1618d88496d0df30cb8e370b4661
MD5 43d012a253b3af4cc3ba80cb00f0698d
BLAKE2b-256 baf52ab2001ab721822ecb66f96de7cf152028599fc5cc06a3c807d1398decfd

See more details on using hashes here.

Provenance

File details

Details for the file scikit_learn-1.4.0-cp310-cp310-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for scikit_learn-1.4.0-cp310-cp310-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 cb8f044a8f5962613ce1feb4351d66f8d784bd072d36393582f351859b065f7d
MD5 f078daf5530d39c0d48510fde421b8bc
BLAKE2b-256 c00b75b1ade154436566261585d4e7db8b937ad3305cddc230c3c6a014662798

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for scikit_learn-1.4.0-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 1d041bc95006b545b59e458399e3175ab11ca7a03dc9a74a573ac891f5df1489
MD5 5f237ab4ca086e86eb83497aa98a1a11
BLAKE2b-256 8c53a3422f030f1194a8c76b69e39f115346864d7a799f829416bd2a8e278989

See more details on using hashes here.

Provenance

File details

Details for the file scikit_learn-1.4.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for scikit_learn-1.4.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 923d778f378ebacca2c672ab1740e5a413e437fb45ab45ab02578f8b689e5d43
MD5 e2e23356c68075d7a92f1c613a4de44f
BLAKE2b-256 4da361d884cab976d113be2fb4e894b660165fb9ca92ef49e9f2cdc6bb44309a

See more details on using hashes here.

Provenance

File details

Details for the file scikit_learn-1.4.0-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for scikit_learn-1.4.0-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 970ec697accaef10fb4f51763f3a7b1250f9f0553cf05514d0e94905322a0172
MD5 f405a12b6aa709cdc8ca70633aacf6c1
BLAKE2b-256 d0796f81b2eaa2555b5d6eab1ea9ea2b228dadacf03ee6a25db3b25d1c38a5ce

See more details on using hashes here.

Provenance

File details

Details for the file scikit_learn-1.4.0-cp39-cp39-macosx_12_0_arm64.whl.

File metadata

File hashes

Hashes for scikit_learn-1.4.0-cp39-cp39-macosx_12_0_arm64.whl
Algorithm Hash digest
SHA256 833999872e2920ce00f3a50839946bdac7539454e200eb6db54898a41f4bfd43
MD5 b1e26265b3c5631dc9bc3e4290deae65
BLAKE2b-256 ebcb22891a0048dcb66c61a7fb3153829b1b9e09d6242e4dae00b17983377340

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for scikit_learn-1.4.0-cp39-cp39-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 f77674647dd31f56cb12ed13ed25b6ed43a056fffef051715022d2ebffd7a7d1
MD5 e26c2e55906ca3ccd8997c361b9ac89a
BLAKE2b-256 6b37c79d6fa3d988815a7b07e847961372ee63a63bb9c0f584c9fefdb9419af2

See more details on using hashes here.

Provenance

File details

Details for the file scikit_learn-1.4.0-1-cp312-cp312-win_amd64.whl.

File metadata

File hashes

Hashes for scikit_learn-1.4.0-1-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 d3d75343940e7bf9b85c830c93d34039fa015eeb341c5c0b4cd7a90dadfe00d4
MD5 2d2566b62151d0525f9cb28b589db872
BLAKE2b-256 f628b569523552a11b49dc4d33952f43dedb23792fe8ce2f2151d070d615861a

See more details on using hashes here.

Provenance

File details

Details for the file scikit_learn-1.4.0-1-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for scikit_learn-1.4.0-1-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 a0e2427d9ef46477625ab9b55c1882844fe6fc500f418c3f8e650200182457bc
MD5 cd20333342bda38f963808eee494b7e7
BLAKE2b-256 b914b37b415be8179dff311fea26d1cedf59be2d79441486409c1bf8fde63085

See more details on using hashes here.

Provenance

File details

Details for the file scikit_learn-1.4.0-1-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for scikit_learn-1.4.0-1-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 d439c584e58434d0350701bd33f6c10b309e851fccaf41c121aed55f6851d8cf
MD5 4dc1e7c9e2c97b21375472ccbe0811a9
BLAKE2b-256 094145c5f19791af30e9b1df3d263a8bd1d914c3eb0aa89a52be7d802a18fcfe

See more details on using hashes here.

Provenance

File details

Details for the file scikit_learn-1.4.0-1-cp312-cp312-macosx_12_0_arm64.whl.

File metadata

File hashes

Hashes for scikit_learn-1.4.0-1-cp312-cp312-macosx_12_0_arm64.whl
Algorithm Hash digest
SHA256 349669b01435bc4dbf25c6410b0892073befdaec52637d1a1d1ff53865dc8db3
MD5 d8b313fea99dd5076cb230ee3e1b463d
BLAKE2b-256 4d3a434ae6d126fec4603375a92680aca8adb37839c3b17e6833c28ba2d58437

See more details on using hashes here.

Provenance

File details

Details for the file scikit_learn-1.4.0-1-cp312-cp312-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for scikit_learn-1.4.0-1-cp312-cp312-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 e7eef6ea2ed289af40e88c0be9f7704ca8b5de18508a06897c3fe21e0905efdf
MD5 d751579edd227f38a0e6363290e29ac3
BLAKE2b-256 60ec9e0d1b38d30ba82e32763158bb9c1b7aaaf8b104268251db9e734d2adb0a

See more details on using hashes here.

Provenance

File details

Details for the file scikit_learn-1.4.0-1-cp311-cp311-win_amd64.whl.

File metadata

File hashes

Hashes for scikit_learn-1.4.0-1-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 0db8e22c42f7980fe5eb22069b1f84c48966f3e0d23a01afde5999e3987a2501
MD5 30888b8ab02c9ccd42cdc39454350b3f
BLAKE2b-256 a8e93e4879974a7c4dcaca2a746dde3df08d0ae8f14c74b03591616ce5f0a8b1

See more details on using hashes here.

Provenance

File details

Details for the file scikit_learn-1.4.0-1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for scikit_learn-1.4.0-1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 2b465dd1dcd237b7b1dcd1a9048ccbf70a98c659474324fa708464c3a2533fad
MD5 eab634cc13b35141d7cefc053e4bbdb4
BLAKE2b-256 5bbe208f17ce87a5e55094b0e8ffd55b06919ab9b56e7e4ce2a64cd9095ec5d2

See more details on using hashes here.

Provenance

File details

Details for the file scikit_learn-1.4.0-1-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for scikit_learn-1.4.0-1-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 c408b46b2fd61952d519ea1af2f8f0a7a703e1433923ab1704c4131520b2083b
MD5 ec579529a0b6e66e9a0f5cb861af5fd7
BLAKE2b-256 a2a6d923a158cdb76d3a1952267041b89482e456e52096311c28eb4187c51e09

See more details on using hashes here.

Provenance

File details

Details for the file scikit_learn-1.4.0-1-cp311-cp311-macosx_12_0_arm64.whl.

File metadata

File hashes

Hashes for scikit_learn-1.4.0-1-cp311-cp311-macosx_12_0_arm64.whl
Algorithm Hash digest
SHA256 d1f6bce875ac2bb6b52514f67c185c564ccd299a05b65b7bab091a4c13dde12d
MD5 01052a292eaf3479eb898f32dd670fe6
BLAKE2b-256 75951917ac1ac6de32a087734833e7ecd5631f102cc35020daa2bee8558eca89

See more details on using hashes here.

Provenance

File details

Details for the file scikit_learn-1.4.0-1-cp311-cp311-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for scikit_learn-1.4.0-1-cp311-cp311-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 a8341eabdc754d5ab91641a7763243845e96b6d68e03e472531e88a4f1b09f21
MD5 2546dabf002477afa51de7587917e8dc
BLAKE2b-256 b248ebff4e2b434865737d95b85366b339c0bf16c5865ab6f314bb0f28cbb695

See more details on using hashes here.

Provenance

File details

Details for the file scikit_learn-1.4.0-1-cp310-cp310-win_amd64.whl.

File metadata

File hashes

Hashes for scikit_learn-1.4.0-1-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 11b3b140f70fbc9f6a08884631ae8dd60a4bb2d7d6d1de92738ea42b740d8992
MD5 275a361e0b8af0f562f2aa38e0ff4314
BLAKE2b-256 bd7e52676c85bab788e0cb87b58e11ab53ba08e590c0db30642dd3222b702c73

See more details on using hashes here.

Provenance

File details

Details for the file scikit_learn-1.4.0-1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for scikit_learn-1.4.0-1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 e98632da8f6410e6fb6bf66937712c949b4010600ccd3f22a5388a83e610cc3c
MD5 6149629e9d2afb9b067ff3bc128638a1
BLAKE2b-256 3f61047b353f0ad550226ef962da182b4a09b689eb6df6bd84a03e44f9ee95bb

See more details on using hashes here.

Provenance

File details

Details for the file scikit_learn-1.4.0-1-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for scikit_learn-1.4.0-1-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 2404659fedec40eeafa310cd14d613e564d13dbf8f3c752d31c095195ec05de6
MD5 aa833541a594d2b6f535e4abc92acaa1
BLAKE2b-256 0126d8d724d986bca71328800948805494e949a1a2063797aa96df9611790619

See more details on using hashes here.

Provenance

File details

Details for the file scikit_learn-1.4.0-1-cp310-cp310-macosx_12_0_arm64.whl.

File metadata

File hashes

Hashes for scikit_learn-1.4.0-1-cp310-cp310-macosx_12_0_arm64.whl
Algorithm Hash digest
SHA256 d77df3d1e15fc37a9329999979fa7868ba8655dbab21fe97fc7ddabac9e08cc7
MD5 373028adfe80f398cc5dbf50025e535f
BLAKE2b-256 d3f2b90bd255db4a54518c8e72dddfbf00c1367b9773315f370f03a31440fa51

See more details on using hashes here.

Provenance

File details

Details for the file scikit_learn-1.4.0-1-cp310-cp310-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for scikit_learn-1.4.0-1-cp310-cp310-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 fce93a7473e2f4ee4cc280210968288d6a7d7ad8dc6fa7bb7892145e407085f9
MD5 45d97bd3dd88e3c9148f74a90ad463d1
BLAKE2b-256 822c4f9461018635112539d5ac86b4579a783dcb3f4fc9b49728e5b68a82beb8

See more details on using hashes here.

Provenance

File details

Details for the file scikit_learn-1.4.0-1-cp39-cp39-win_amd64.whl.

File metadata

File hashes

Hashes for scikit_learn-1.4.0-1-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 53b9e29177897c37e2ff9d4ba6ca12fdb156e22523e463db05def303f5c72b5c
MD5 c56f83868c8f2719092e3e6d36a10921
BLAKE2b-256 1823b3eaefd0aef0b2a6ecd4f4251c46532d104e6a2c9f45a875d6e444021cfe

See more details on using hashes here.

Provenance

File details

Details for the file scikit_learn-1.4.0-1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for scikit_learn-1.4.0-1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 aad2a63e0dd386b92da3270887a29b308af4d7c750d8c4995dfd9a4798691bcc
MD5 a4513886b15328b856931fb7b15b8aa5
BLAKE2b-256 ece65f9929a0ca90e2726bdd709c4cca67af8d45bce92cefc3c5ef743aa0e9d5

See more details on using hashes here.

Provenance

File details

Details for the file scikit_learn-1.4.0-1-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for scikit_learn-1.4.0-1-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 74812c9eabb265be69d738a8ea8d4884917a59637fcbf88a5f0e9020498bc6b3
MD5 a03336f1be28fe5d8a1a80291f56a2ee
BLAKE2b-256 51c4c01e66a80319fe40e604efacfaff8b22a4eb8a83d1a1289634e0893c5a5b

See more details on using hashes here.

Provenance

File details

Details for the file scikit_learn-1.4.0-1-cp39-cp39-macosx_12_0_arm64.whl.

File metadata

File hashes

Hashes for scikit_learn-1.4.0-1-cp39-cp39-macosx_12_0_arm64.whl
Algorithm Hash digest
SHA256 e22446ad89f1cb7657f0d849dcdc345b48e2d10afa3daf2925fdb740f85b714c
MD5 0a36831655e7906301b9115edc302e1a
BLAKE2b-256 00048f40dfc2df5f7e789a145ed99ce8ac49888e0803ac6239a525dbd8cd7eda

See more details on using hashes here.

Provenance

File details

Details for the file scikit_learn-1.4.0-1-cp39-cp39-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for scikit_learn-1.4.0-1-cp39-cp39-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 76986d22e884ab062b1beecdd92379656e9d3789ecc1f9870923c178de55f9fe
MD5 5d01e37edebf99020e07967e73df923a
BLAKE2b-256 9e5edc7ddfc234c3d8df11eba4ac949da37029531368d6aa80eae3c2f1825340

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