Skip to main content

A set of python modules for machine learning and data mining

Project description

Azure Codecov CircleCI Nightly wheels Ruff 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.10)

  • NumPy (>= 1.22.0)

  • SciPy (>= 1.8.0)

  • joblib (>= 1.2.0)

  • threadpoolctl (>= 3.1.0)


Scikit-learn plotting capabilities (i.e., functions start with plot_ and classes end with Display) require Matplotlib (>= 3.5.0). For running the examples Matplotlib >= 3.5.0 is required. A few examples require scikit-image >= 0.19.0, a few examples require pandas >= 1.4.0, 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

Main Channels

Developer & Support

Social Media Platforms

Resources

Citation

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

Project details


Release history Release notifications | RSS feed

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

Uploaded Source

Built Distributions

scikit_learn-1.7.2-cp314-cp314-win_amd64.whl (8.8 MB view details)

Uploaded CPython 3.14Windows x86-64

scikit_learn-1.7.2-cp314-cp314-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl (9.3 MB view details)

Uploaded CPython 3.14manylinux: glibc 2.27+ ARM64manylinux: glibc 2.28+ ARM64

scikit_learn-1.7.2-cp314-cp314-manylinux2014_x86_64.manylinux_2_17_x86_64.whl (9.4 MB view details)

Uploaded CPython 3.14manylinux: glibc 2.17+ x86-64

scikit_learn-1.7.2-cp314-cp314-macosx_12_0_arm64.whl (8.6 MB view details)

Uploaded CPython 3.14macOS 12.0+ ARM64

scikit_learn-1.7.2-cp314-cp314-macosx_10_13_x86_64.whl (9.2 MB view details)

Uploaded CPython 3.14macOS 10.13+ x86-64

scikit_learn-1.7.2-cp313-cp313t-win_amd64.whl (9.3 MB view details)

Uploaded CPython 3.13tWindows x86-64

scikit_learn-1.7.2-cp313-cp313t-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl (9.4 MB view details)

Uploaded CPython 3.13tmanylinux: glibc 2.27+ ARM64manylinux: glibc 2.28+ ARM64

scikit_learn-1.7.2-cp313-cp313t-manylinux2014_x86_64.manylinux_2_17_x86_64.whl (9.5 MB view details)

Uploaded CPython 3.13tmanylinux: glibc 2.17+ x86-64

scikit_learn-1.7.2-cp313-cp313t-macosx_12_0_arm64.whl (9.0 MB view details)

Uploaded CPython 3.13tmacOS 12.0+ ARM64

scikit_learn-1.7.2-cp313-cp313t-macosx_10_13_x86_64.whl (9.6 MB view details)

Uploaded CPython 3.13tmacOS 10.13+ x86-64

scikit_learn-1.7.2-cp313-cp313-win_amd64.whl (8.7 MB view details)

Uploaded CPython 3.13Windows x86-64

scikit_learn-1.7.2-cp313-cp313-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl (9.3 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.27+ ARM64manylinux: glibc 2.28+ ARM64

scikit_learn-1.7.2-cp313-cp313-manylinux2014_x86_64.manylinux_2_17_x86_64.whl (9.4 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ x86-64

scikit_learn-1.7.2-cp313-cp313-macosx_12_0_arm64.whl (8.6 MB view details)

Uploaded CPython 3.13macOS 12.0+ ARM64

scikit_learn-1.7.2-cp313-cp313-macosx_10_13_x86_64.whl (9.2 MB view details)

Uploaded CPython 3.13macOS 10.13+ x86-64

scikit_learn-1.7.2-cp312-cp312-win_amd64.whl (8.7 MB view details)

Uploaded CPython 3.12Windows x86-64

scikit_learn-1.7.2-cp312-cp312-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl (9.3 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.27+ ARM64manylinux: glibc 2.28+ ARM64

scikit_learn-1.7.2-cp312-cp312-manylinux2014_x86_64.manylinux_2_17_x86_64.whl (9.5 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ x86-64

scikit_learn-1.7.2-cp312-cp312-macosx_12_0_arm64.whl (8.6 MB view details)

Uploaded CPython 3.12macOS 12.0+ ARM64

scikit_learn-1.7.2-cp312-cp312-macosx_10_13_x86_64.whl (9.3 MB view details)

Uploaded CPython 3.12macOS 10.13+ x86-64

scikit_learn-1.7.2-cp311-cp311-win_amd64.whl (8.9 MB view details)

Uploaded CPython 3.11Windows x86-64

scikit_learn-1.7.2-cp311-cp311-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl (9.5 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.27+ ARM64manylinux: glibc 2.28+ ARM64

scikit_learn-1.7.2-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_x86_64.whl (9.7 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ x86-64

scikit_learn-1.7.2-cp311-cp311-macosx_12_0_arm64.whl (8.6 MB view details)

Uploaded CPython 3.11macOS 12.0+ ARM64

scikit_learn-1.7.2-cp311-cp311-macosx_10_9_x86_64.whl (9.3 MB view details)

Uploaded CPython 3.11macOS 10.9+ x86-64

scikit_learn-1.7.2-cp310-cp310-win_amd64.whl (8.9 MB view details)

Uploaded CPython 3.10Windows x86-64

scikit_learn-1.7.2-cp310-cp310-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl (9.5 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.27+ ARM64manylinux: glibc 2.28+ ARM64

scikit_learn-1.7.2-cp310-cp310-manylinux2014_x86_64.manylinux_2_17_x86_64.whl (9.7 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ x86-64

scikit_learn-1.7.2-cp310-cp310-macosx_12_0_arm64.whl (8.7 MB view details)

Uploaded CPython 3.10macOS 12.0+ ARM64

scikit_learn-1.7.2-cp310-cp310-macosx_10_9_x86_64.whl (9.3 MB view details)

Uploaded CPython 3.10macOS 10.9+ x86-64

File details

Details for the file scikit_learn-1.7.2.tar.gz.

File metadata

  • Download URL: scikit_learn-1.7.2.tar.gz
  • Upload date:
  • Size: 7.2 MB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.12.9

File hashes

Hashes for scikit_learn-1.7.2.tar.gz
Algorithm Hash digest
SHA256 20e9e49ecd130598f1ca38a1d85090e1a600147b9c02fa6f15d69cb53d968fda
MD5 c90ef381897c1aebe83ebf0c5829fe31
BLAKE2b-256 98c2a7855e41c9d285dfe86dc50b250978105dce513d6e459ea66a6aeb0e1e0c

See more details on using hashes here.

Provenance

The following attestation bundles were made for scikit_learn-1.7.2.tar.gz:

Publisher: publish_pypi.yml on scikit-learn/scikit-learn

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file scikit_learn-1.7.2-cp314-cp314-win_amd64.whl.

File metadata

File hashes

Hashes for scikit_learn-1.7.2-cp314-cp314-win_amd64.whl
Algorithm Hash digest
SHA256 bb24510ed3f9f61476181e4db51ce801e2ba37541def12dc9333b946fc7a9cf8
MD5 664b3f62fedd8e9f9178149d5ba3245e
BLAKE2b-256 8e8724f541b6d62b1794939ae6422f8023703bbf6900378b2b34e0b4384dfefd

See more details on using hashes here.

Provenance

The following attestation bundles were made for scikit_learn-1.7.2-cp314-cp314-win_amd64.whl:

Publisher: publish_pypi.yml on scikit-learn/scikit-learn

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file scikit_learn-1.7.2-cp314-cp314-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for scikit_learn-1.7.2-cp314-cp314-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 96dc05a854add0e50d3f47a1ef21a10a595016da5b007c7d9cd9d0bffd1fcc61
MD5 4b5efe59867051ccf806b24958355946
BLAKE2b-256 997e290362f6ab582128c53445458a5befd471ed1ea37953d5bcf80604619250

See more details on using hashes here.

Provenance

The following attestation bundles were made for scikit_learn-1.7.2-cp314-cp314-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl:

Publisher: publish_pypi.yml on scikit-learn/scikit-learn

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file scikit_learn-1.7.2-cp314-cp314-manylinux2014_x86_64.manylinux_2_17_x86_64.whl.

File metadata

File hashes

Hashes for scikit_learn-1.7.2-cp314-cp314-manylinux2014_x86_64.manylinux_2_17_x86_64.whl
Algorithm Hash digest
SHA256 9656e4a53e54578ad10a434dc1f993330568cfee176dff07112b8785fb413106
MD5 7df003cbdee4c9e10654d4e5f2245a4d
BLAKE2b-256 60184a52c635c71b536879f4b971c2cedf32c35ee78f48367885ed8025d1f7ee

See more details on using hashes here.

Provenance

The following attestation bundles were made for scikit_learn-1.7.2-cp314-cp314-manylinux2014_x86_64.manylinux_2_17_x86_64.whl:

Publisher: publish_pypi.yml on scikit-learn/scikit-learn

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file scikit_learn-1.7.2-cp314-cp314-macosx_12_0_arm64.whl.

File metadata

File hashes

Hashes for scikit_learn-1.7.2-cp314-cp314-macosx_12_0_arm64.whl
Algorithm Hash digest
SHA256 f95dc55b7902b91331fa4e5845dd5bde0580c9cd9612b1b2791b7e80c3d32615
MD5 e33bf71d7299bfb620a148678812cfbb
BLAKE2b-256 3c309029e54e17b87cb7d50d51a5926429c683d5b4c1732f0507a6c3bed9bf65

See more details on using hashes here.

Provenance

The following attestation bundles were made for scikit_learn-1.7.2-cp314-cp314-macosx_12_0_arm64.whl:

Publisher: publish_pypi.yml on scikit-learn/scikit-learn

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file scikit_learn-1.7.2-cp314-cp314-macosx_10_13_x86_64.whl.

File metadata

File hashes

Hashes for scikit_learn-1.7.2-cp314-cp314-macosx_10_13_x86_64.whl
Algorithm Hash digest
SHA256 fa8f63940e29c82d1e67a45d5297bdebbcb585f5a5a50c4914cc2e852ab77f33
MD5 7646007a8f281e916b2d44827aba47b3
BLAKE2b-256 d982dee5acf66837852e8e68df6d8d3a6cb22d3df997b733b032f513d95205b7

See more details on using hashes here.

Provenance

The following attestation bundles were made for scikit_learn-1.7.2-cp314-cp314-macosx_10_13_x86_64.whl:

Publisher: publish_pypi.yml on scikit-learn/scikit-learn

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file scikit_learn-1.7.2-cp313-cp313t-win_amd64.whl.

File metadata

File hashes

Hashes for scikit_learn-1.7.2-cp313-cp313t-win_amd64.whl
Algorithm Hash digest
SHA256 57dc4deb1d3762c75d685507fbd0bc17160144b2f2ba4ccea5dc285ab0d0e973
MD5 67d5beef292c56d34a571d289202c622
BLAKE2b-256 b5aa8444be3cfb10451617ff9d177b3c190288f4563e6c50ff02728be67ad094

See more details on using hashes here.

Provenance

The following attestation bundles were made for scikit_learn-1.7.2-cp313-cp313t-win_amd64.whl:

Publisher: publish_pypi.yml on scikit-learn/scikit-learn

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file scikit_learn-1.7.2-cp313-cp313t-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for scikit_learn-1.7.2-cp313-cp313t-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 191e5550980d45449126e23ed1d5e9e24b2c68329ee1f691a3987476e115e09c
MD5 8dee3e81a937dd1f7123a846af54f9e5
BLAKE2b-256 9c2b4903e1ccafa1f6453b1ab78413938c8800633988c838aa0be386cbb33072

See more details on using hashes here.

Provenance

The following attestation bundles were made for scikit_learn-1.7.2-cp313-cp313t-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl:

Publisher: publish_pypi.yml on scikit-learn/scikit-learn

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file scikit_learn-1.7.2-cp313-cp313t-manylinux2014_x86_64.manylinux_2_17_x86_64.whl.

File metadata

File hashes

Hashes for scikit_learn-1.7.2-cp313-cp313t-manylinux2014_x86_64.manylinux_2_17_x86_64.whl
Algorithm Hash digest
SHA256 98335fb98509b73385b3ab2bd0639b1f610541d3988ee675c670371d6a87aa7c
MD5 6d3f86ba5930d5de7aacfdf41fda46f1
BLAKE2b-256 8387066cafc896ee540c34becf95d30375fe5cbe93c3b75a0ee9aa852cd60021

See more details on using hashes here.

Provenance

The following attestation bundles were made for scikit_learn-1.7.2-cp313-cp313t-manylinux2014_x86_64.manylinux_2_17_x86_64.whl:

Publisher: publish_pypi.yml on scikit-learn/scikit-learn

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file scikit_learn-1.7.2-cp313-cp313t-macosx_12_0_arm64.whl.

File metadata

File hashes

Hashes for scikit_learn-1.7.2-cp313-cp313t-macosx_12_0_arm64.whl
Algorithm Hash digest
SHA256 2a41e2a0ef45063e654152ec9d8bcfc39f7afce35b08902bfe290c2498a67a6a
MD5 c9b4d223fd169ae63f4eafb489c1aa23
BLAKE2b-256 93f86c1e3fc14b10118068d7938878a9f3f4e6d7b74a8ddb1e5bed65159ccda8

See more details on using hashes here.

Provenance

The following attestation bundles were made for scikit_learn-1.7.2-cp313-cp313t-macosx_12_0_arm64.whl:

Publisher: publish_pypi.yml on scikit-learn/scikit-learn

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file scikit_learn-1.7.2-cp313-cp313t-macosx_10_13_x86_64.whl.

File metadata

File hashes

Hashes for scikit_learn-1.7.2-cp313-cp313t-macosx_10_13_x86_64.whl
Algorithm Hash digest
SHA256 9acb6c5e867447b4e1390930e3944a005e2cb115922e693c08a323421a6966e8
MD5 7218ed581365b1a0275996ee790b8c6f
BLAKE2b-256 5587ef5eb1f267084532c8e4aef98a28b6ffe7425acbfd64b5e2f2e066bc29b3

See more details on using hashes here.

Provenance

The following attestation bundles were made for scikit_learn-1.7.2-cp313-cp313t-macosx_10_13_x86_64.whl:

Publisher: publish_pypi.yml on scikit-learn/scikit-learn

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file scikit_learn-1.7.2-cp313-cp313-win_amd64.whl.

File metadata

File hashes

Hashes for scikit_learn-1.7.2-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 63a9afd6f7b229aad94618c01c252ce9e6fa97918c5ca19c9a17a087d819440c
MD5 69d2d60e8cbded8fa8e8b63e0dfa2a20
BLAKE2b-256 a7c703000262759d7b6f38c836ff9d512f438a70d8a8ddae68ee80de72dcfb63

See more details on using hashes here.

Provenance

The following attestation bundles were made for scikit_learn-1.7.2-cp313-cp313-win_amd64.whl:

Publisher: publish_pypi.yml on scikit-learn/scikit-learn

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file scikit_learn-1.7.2-cp313-cp313-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for scikit_learn-1.7.2-cp313-cp313-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 7a4c328a71785382fe3fe676a9ecf2c86189249beff90bf85e22bdb7efaf9ae0
MD5 403de3f5d58fe67d9b19e34dd2e2886d
BLAKE2b-256 f1fddf59faa53312d585023b2da27e866524ffb8faf87a68516c23896c718320

See more details on using hashes here.

Provenance

The following attestation bundles were made for scikit_learn-1.7.2-cp313-cp313-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl:

Publisher: publish_pypi.yml on scikit-learn/scikit-learn

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file scikit_learn-1.7.2-cp313-cp313-manylinux2014_x86_64.manylinux_2_17_x86_64.whl.

File metadata

File hashes

Hashes for scikit_learn-1.7.2-cp313-cp313-manylinux2014_x86_64.manylinux_2_17_x86_64.whl
Algorithm Hash digest
SHA256 502c18e39849c0ea1a5d681af1dbcf15f6cce601aebb657aabbfe84133c1907f
MD5 72db284eb2066066fb85d410c5e03efb
BLAKE2b-256 46afc5e286471b7d10871b811b72ae794ac5fe2989c0a2df07f0ec723030f5f5

See more details on using hashes here.

Provenance

The following attestation bundles were made for scikit_learn-1.7.2-cp313-cp313-manylinux2014_x86_64.manylinux_2_17_x86_64.whl:

Publisher: publish_pypi.yml on scikit-learn/scikit-learn

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file scikit_learn-1.7.2-cp313-cp313-macosx_12_0_arm64.whl.

File metadata

File hashes

Hashes for scikit_learn-1.7.2-cp313-cp313-macosx_12_0_arm64.whl
Algorithm Hash digest
SHA256 abebbd61ad9e1deed54cca45caea8ad5f79e1b93173dece40bb8e0c658dbe6fe
MD5 4173093498ea14dd71bc2fc776728932
BLAKE2b-256 40dd9a88879b0c1104259136146e4742026b52df8540c39fec21a6383f8292c7

See more details on using hashes here.

Provenance

The following attestation bundles were made for scikit_learn-1.7.2-cp313-cp313-macosx_12_0_arm64.whl:

Publisher: publish_pypi.yml on scikit-learn/scikit-learn

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file scikit_learn-1.7.2-cp313-cp313-macosx_10_13_x86_64.whl.

File metadata

File hashes

Hashes for scikit_learn-1.7.2-cp313-cp313-macosx_10_13_x86_64.whl
Algorithm Hash digest
SHA256 0b7dacaa05e5d76759fb071558a8b5130f4845166d88654a0f9bdf3eb57851b7
MD5 5721b1734c7c3c9f9789dfe304882e65
BLAKE2b-256 ae93a3038cb0293037fd335f77f31fe053b89c72f17b1c8908c576c29d953e84

See more details on using hashes here.

Provenance

The following attestation bundles were made for scikit_learn-1.7.2-cp313-cp313-macosx_10_13_x86_64.whl:

Publisher: publish_pypi.yml on scikit-learn/scikit-learn

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

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

File metadata

File hashes

Hashes for scikit_learn-1.7.2-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 6088aa475f0785e01bcf8529f55280a3d7d298679f50c0bb70a2364a82d0b290
MD5 bfed09c0ff8ce67bc525f08c5378eab3
BLAKE2b-256 c699ed35197a158f1fdc2fe7c3680e9c70d0128f662e1fee4ed495f4b5e13db0

See more details on using hashes here.

Provenance

The following attestation bundles were made for scikit_learn-1.7.2-cp312-cp312-win_amd64.whl:

Publisher: publish_pypi.yml on scikit-learn/scikit-learn

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file scikit_learn-1.7.2-cp312-cp312-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for scikit_learn-1.7.2-cp312-cp312-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 b4d6e9deed1a47aca9fe2f267ab8e8fe82ee20b4526b2c0cd9e135cea10feb44
MD5 dd0a7af48daa31ecfc360c53abec5a87
BLAKE2b-256 82708bf44b933837ba8494ca0fc9a9ab60f1c13b062ad0197f60a56e2fc4c43e

See more details on using hashes here.

Provenance

The following attestation bundles were made for scikit_learn-1.7.2-cp312-cp312-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl:

Publisher: publish_pypi.yml on scikit-learn/scikit-learn

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

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

File metadata

File hashes

Hashes for scikit_learn-1.7.2-cp312-cp312-manylinux2014_x86_64.manylinux_2_17_x86_64.whl
Algorithm Hash digest
SHA256 e5bf3d930aee75a65478df91ac1225ff89cd28e9ac7bd1196853a9229b6adb0b
MD5 576986ff1e151ec87c8167ae0a4cf907
BLAKE2b-256 5cd00c577d9325b05594fdd33aa970bf53fb673f051a45496842caee13cfd7fe

See more details on using hashes here.

Provenance

The following attestation bundles were made for scikit_learn-1.7.2-cp312-cp312-manylinux2014_x86_64.manylinux_2_17_x86_64.whl:

Publisher: publish_pypi.yml on scikit-learn/scikit-learn

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

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

File metadata

File hashes

Hashes for scikit_learn-1.7.2-cp312-cp312-macosx_12_0_arm64.whl
Algorithm Hash digest
SHA256 acbc0f5fd2edd3432a22c69bed78e837c70cf896cd7993d71d51ba6708507476
MD5 0f9fd52b4a53d0800b08f9344f4e7b6f
BLAKE2b-256 435d779320063e88af9c4a7c2cf463ff11c21ac9c8bd730c4a294b0000b666c9

See more details on using hashes here.

Provenance

The following attestation bundles were made for scikit_learn-1.7.2-cp312-cp312-macosx_12_0_arm64.whl:

Publisher: publish_pypi.yml on scikit-learn/scikit-learn

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file scikit_learn-1.7.2-cp312-cp312-macosx_10_13_x86_64.whl.

File metadata

File hashes

Hashes for scikit_learn-1.7.2-cp312-cp312-macosx_10_13_x86_64.whl
Algorithm Hash digest
SHA256 8d91a97fa2b706943822398ab943cde71858a50245e31bc71dba62aab1d60a96
MD5 b79059e22f6265aa4ae21aab6188aec6
BLAKE2b-256 a7aa3996e2196075689afb9fce0410ebdb4a09099d7964d061d7213700204409

See more details on using hashes here.

Provenance

The following attestation bundles were made for scikit_learn-1.7.2-cp312-cp312-macosx_10_13_x86_64.whl:

Publisher: publish_pypi.yml on scikit-learn/scikit-learn

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

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

File metadata

File hashes

Hashes for scikit_learn-1.7.2-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 9b7ed8d58725030568523e937c43e56bc01cadb478fc43c042a9aca1dacb3ba1
MD5 8b200f7272250c705e71e53ec7a2ccb4
BLAKE2b-256 9f7134ddbd21f1da67c7a768146968b4d0220ee6831e4bcbad3e03dd3eae88b6

See more details on using hashes here.

Provenance

The following attestation bundles were made for scikit_learn-1.7.2-cp311-cp311-win_amd64.whl:

Publisher: publish_pypi.yml on scikit-learn/scikit-learn

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file scikit_learn-1.7.2-cp311-cp311-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for scikit_learn-1.7.2-cp311-cp311-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 8da8bf89d4d79aaec192d2bda62f9b56ae4e5b4ef93b6a56b5de4977e375c1f1
MD5 77fd531f7cd3e9f9ba3d4a746e0224dc
BLAKE2b-256 f7321f3b22e3207e1d2c883a7e09abb956362e7d1bd2f14458c7de258a26ac15

See more details on using hashes here.

Provenance

The following attestation bundles were made for scikit_learn-1.7.2-cp311-cp311-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl:

Publisher: publish_pypi.yml on scikit-learn/scikit-learn

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

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

File metadata

File hashes

Hashes for scikit_learn-1.7.2-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_x86_64.whl
Algorithm Hash digest
SHA256 89877e19a80c7b11a2891a27c21c4894fb18e2c2e077815bcade10d34287b20d
MD5 039ee55af4fcddfdc7d4edb96d122711
BLAKE2b-256 ef0e97dbca66347b8cf0ea8b529e6bb9367e337ba2e8be0ef5c1a545232abfde

See more details on using hashes here.

Provenance

The following attestation bundles were made for scikit_learn-1.7.2-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_x86_64.whl:

Publisher: publish_pypi.yml on scikit-learn/scikit-learn

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

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

File metadata

File hashes

Hashes for scikit_learn-1.7.2-cp311-cp311-macosx_12_0_arm64.whl
Algorithm Hash digest
SHA256 0486c8f827c2e7b64837c731c8feff72c0bd2b998067a8a9cbc10643c31f0fe1
MD5 02d6b6b21e85fe9b7bef09f10ebdf153
BLAKE2b-256 18d6ba863a4171ac9d7314c4d3fc251f015704a2caeee41ced89f321c049ed83

See more details on using hashes here.

Provenance

The following attestation bundles were made for scikit_learn-1.7.2-cp311-cp311-macosx_12_0_arm64.whl:

Publisher: publish_pypi.yml on scikit-learn/scikit-learn

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

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

File metadata

File hashes

Hashes for scikit_learn-1.7.2-cp311-cp311-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 c7509693451651cd7361d30ce4e86a1347493554f172b1c72a39300fa2aea79e
MD5 c52ecb14490a3947becfc3af861ddf86
BLAKE2b-256 4383564e141eef908a5863a54da8ca342a137f45a0bfb71d1d79704c9894c9d1

See more details on using hashes here.

Provenance

The following attestation bundles were made for scikit_learn-1.7.2-cp311-cp311-macosx_10_9_x86_64.whl:

Publisher: publish_pypi.yml on scikit-learn/scikit-learn

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

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

File metadata

File hashes

Hashes for scikit_learn-1.7.2-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 ca250e6836d10e6f402436d6463d6c0e4d8e0234cfb6a9a47835bd392b852ce5
MD5 dddce0510eed5e49e8b38240b97ca4e5
BLAKE2b-256 7f9b87961813c34adbca21a6b3f6b2bea344c43b30217a6d24cc437c6147f3e8

See more details on using hashes here.

Provenance

The following attestation bundles were made for scikit_learn-1.7.2-cp310-cp310-win_amd64.whl:

Publisher: publish_pypi.yml on scikit-learn/scikit-learn

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file scikit_learn-1.7.2-cp310-cp310-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for scikit_learn-1.7.2-cp310-cp310-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 4a847fea807e278f821a0406ca01e387f97653e284ecbd9750e3ee7c90347f18
MD5 11526392f55e61c38bbbd90ee2a84ee7
BLAKE2b-256 2b754311605069b5d220e7cf5adabb38535bd96f0079313cdbb04b291479b22a

See more details on using hashes here.

Provenance

The following attestation bundles were made for scikit_learn-1.7.2-cp310-cp310-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl:

Publisher: publish_pypi.yml on scikit-learn/scikit-learn

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

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

File metadata

File hashes

Hashes for scikit_learn-1.7.2-cp310-cp310-manylinux2014_x86_64.manylinux_2_17_x86_64.whl
Algorithm Hash digest
SHA256 7a58814265dfc52b3295b1900cfb5701589d30a8bb026c7540f1e9d3499d5ec8
MD5 1361efc972c6327945940aa892f93a76
BLAKE2b-256 580e8c2a03d518fb6bd0b6b0d4b114c63d5f1db01ff0f9925d8eb10960d01c01

See more details on using hashes here.

Provenance

The following attestation bundles were made for scikit_learn-1.7.2-cp310-cp310-manylinux2014_x86_64.manylinux_2_17_x86_64.whl:

Publisher: publish_pypi.yml on scikit-learn/scikit-learn

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

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

File metadata

File hashes

Hashes for scikit_learn-1.7.2-cp310-cp310-macosx_12_0_arm64.whl
Algorithm Hash digest
SHA256 36749fb62b3d961b1ce4fedf08fa57a1986cd409eff2d783bca5d4b9b5fce51c
MD5 78d8a6fb8a5c0628f89dc524865135d7
BLAKE2b-256 1cceaf9d99533b24c55ff4e18d9b7b4d9919bbc6cd8f22fe7a7be01519a347d5

See more details on using hashes here.

Provenance

The following attestation bundles were made for scikit_learn-1.7.2-cp310-cp310-macosx_12_0_arm64.whl:

Publisher: publish_pypi.yml on scikit-learn/scikit-learn

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

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

File metadata

File hashes

Hashes for scikit_learn-1.7.2-cp310-cp310-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 6b33579c10a3081d076ab403df4a4190da4f4432d443521674637677dc91e61f
MD5 2cd761a5c17ed56fba599897ec541c56
BLAKE2b-256 ba3edaed796fd69cce768b8788401cc464ea90b306fb196ae1ffed0b98182859

See more details on using hashes here.

Provenance

The following attestation bundles were made for scikit_learn-1.7.2-cp310-cp310-macosx_10_9_x86_64.whl:

Publisher: publish_pypi.yml on scikit-learn/scikit-learn

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

Supported by

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