Skip to main content

A set of python modules for machine learning and data mining

Project description

GitHubActions 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.11)

  • NumPy (>= 1.24.1)

  • SciPy (>= 1.10.0)

  • Narwhals (>= 2.0.1)

  • joblib (>= 1.4.0)

  • threadpoolctl (>= 3.5.0)


Scikit-learn plotting capabilities (i.e., functions start with plot_ and classes end with Display) require Matplotlib (>= 3.6.1). For running the examples Matplotlib >= 3.6.1 is required. A few examples require scikit-image >= 0.22.0, a few examples require pandas >= 1.5.0, some examples require seaborn >= 0.13.0 and Plotly >= 5.22.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.9.0rc1.tar.gz (7.8 MB view details)

Uploaded Source

Built Distributions

If you're not sure about the file name format, learn more about wheel file names.

scikit_learn-1.9.0rc1-cp314-cp314t-win_arm64.whl (8.2 MB view details)

Uploaded CPython 3.14tWindows ARM64

scikit_learn-1.9.0rc1-cp314-cp314t-win_amd64.whl (8.9 MB view details)

Uploaded CPython 3.14tWindows x86-64

scikit_learn-1.9.0rc1-cp314-cp314t-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (9.1 MB view details)

Uploaded CPython 3.14tmanylinux: glibc 2.27+ x86-64manylinux: glibc 2.28+ x86-64

scikit_learn-1.9.0rc1-cp314-cp314t-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl (8.8 MB view details)

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

scikit_learn-1.9.0rc1-cp314-cp314t-macosx_12_0_arm64.whl (8.6 MB view details)

Uploaded CPython 3.14tmacOS 12.0+ ARM64

scikit_learn-1.9.0rc1-cp314-cp314t-macosx_10_15_x86_64.whl (9.0 MB view details)

Uploaded CPython 3.14tmacOS 10.15+ x86-64

scikit_learn-1.9.0rc1-cp314-cp314-win_arm64.whl (7.9 MB view details)

Uploaded CPython 3.14Windows ARM64

scikit_learn-1.9.0rc1-cp314-cp314-win_amd64.whl (8.3 MB view details)

Uploaded CPython 3.14Windows x86-64

scikit_learn-1.9.0rc1-cp314-cp314-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (9.1 MB view details)

Uploaded CPython 3.14manylinux: glibc 2.27+ x86-64manylinux: glibc 2.28+ x86-64

scikit_learn-1.9.0rc1-cp314-cp314-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl (8.8 MB view details)

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

scikit_learn-1.9.0rc1-cp314-cp314-macosx_12_0_arm64.whl (8.2 MB view details)

Uploaded CPython 3.14macOS 12.0+ ARM64

scikit_learn-1.9.0rc1-cp314-cp314-macosx_10_15_x86_64.whl (8.7 MB view details)

Uploaded CPython 3.14macOS 10.15+ x86-64

scikit_learn-1.9.0rc1-cp313-cp313-win_arm64.whl (7.8 MB view details)

Uploaded CPython 3.13Windows ARM64

scikit_learn-1.9.0rc1-cp313-cp313-win_amd64.whl (8.2 MB view details)

Uploaded CPython 3.13Windows x86-64

scikit_learn-1.9.0rc1-cp313-cp313-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (9.1 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.27+ x86-64manylinux: glibc 2.28+ x86-64

scikit_learn-1.9.0rc1-cp313-cp313-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl (8.8 MB view details)

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

scikit_learn-1.9.0rc1-cp313-cp313-macosx_12_0_arm64.whl (8.2 MB view details)

Uploaded CPython 3.13macOS 12.0+ ARM64

scikit_learn-1.9.0rc1-cp313-cp313-macosx_10_13_x86_64.whl (8.7 MB view details)

Uploaded CPython 3.13macOS 10.13+ x86-64

scikit_learn-1.9.0rc1-cp312-cp312-win_arm64.whl (7.8 MB view details)

Uploaded CPython 3.12Windows ARM64

scikit_learn-1.9.0rc1-cp312-cp312-win_amd64.whl (8.2 MB view details)

Uploaded CPython 3.12Windows x86-64

scikit_learn-1.9.0rc1-cp312-cp312-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (9.1 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.27+ x86-64manylinux: glibc 2.28+ x86-64

scikit_learn-1.9.0rc1-cp312-cp312-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl (8.8 MB view details)

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

scikit_learn-1.9.0rc1-cp312-cp312-macosx_12_0_arm64.whl (8.2 MB view details)

Uploaded CPython 3.12macOS 12.0+ ARM64

scikit_learn-1.9.0rc1-cp312-cp312-macosx_10_13_x86_64.whl (8.7 MB view details)

Uploaded CPython 3.12macOS 10.13+ x86-64

scikit_learn-1.9.0rc1-cp311-cp311-win_arm64.whl (7.9 MB view details)

Uploaded CPython 3.11Windows ARM64

scikit_learn-1.9.0rc1-cp311-cp311-win_amd64.whl (8.2 MB view details)

Uploaded CPython 3.11Windows x86-64

scikit_learn-1.9.0rc1-cp311-cp311-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (9.3 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.27+ x86-64manylinux: glibc 2.28+ x86-64

scikit_learn-1.9.0rc1-cp311-cp311-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl (9.0 MB view details)

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

scikit_learn-1.9.0rc1-cp311-cp311-macosx_12_0_arm64.whl (8.2 MB view details)

Uploaded CPython 3.11macOS 12.0+ ARM64

scikit_learn-1.9.0rc1-cp311-cp311-macosx_10_9_x86_64.whl (8.8 MB view details)

Uploaded CPython 3.11macOS 10.9+ x86-64

File details

Details for the file scikit_learn-1.9.0rc1.tar.gz.

File metadata

  • Download URL: scikit_learn-1.9.0rc1.tar.gz
  • Upload date:
  • Size: 7.8 MB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for scikit_learn-1.9.0rc1.tar.gz
Algorithm Hash digest
SHA256 600bc7d6e1a12aca6e7e5c93a1d4795d5fe34ae80eae28187ce888178f310587
MD5 a3488edd4c2ccf75d0b9991aa41e96b5
BLAKE2b-256 9592e2e2a027c52405116279efb779a9379a8f7535d12a89bb22a56bfb4c2f26

See more details on using hashes here.

Provenance

The following attestation bundles were made for scikit_learn-1.9.0rc1.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.9.0rc1-cp314-cp314t-win_arm64.whl.

File metadata

File hashes

Hashes for scikit_learn-1.9.0rc1-cp314-cp314t-win_arm64.whl
Algorithm Hash digest
SHA256 b294e070a5f3eaacf1be99f6dcdc7bdacf1547c304176f22d9a25ce40ccd3836
MD5 377cac0b630d3c4d3890389f84302ff0
BLAKE2b-256 1ca25ba94df42b86fd8506b1545a860163f6bf6b74bde7666f8069fa2681c460

See more details on using hashes here.

Provenance

The following attestation bundles were made for scikit_learn-1.9.0rc1-cp314-cp314t-win_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.9.0rc1-cp314-cp314t-win_amd64.whl.

File metadata

File hashes

Hashes for scikit_learn-1.9.0rc1-cp314-cp314t-win_amd64.whl
Algorithm Hash digest
SHA256 3920859891bd57d568657f920fe842d2ce2c97ea558af1a450c8a8c8533983fd
MD5 dd0d9e5c90cb7676a33426f2cee8fa19
BLAKE2b-256 7585553039bc0ac1844d4f19f84c16bb1dd2f9ba588ed1b742e68ab520f85b50

See more details on using hashes here.

Provenance

The following attestation bundles were made for scikit_learn-1.9.0rc1-cp314-cp314t-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.9.0rc1-cp314-cp314t-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for scikit_learn-1.9.0rc1-cp314-cp314t-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 8c6128bad39a362f2c53f9d1a9498eeb3581b3590d4a98ec304622dfae9c33d2
MD5 9da7d6c4756d9aefc90f1c045e6ca1a5
BLAKE2b-256 58b5f68241becf9decfe02314765e654ce969a5e75d354d06638fd1cdcfa8dae

See more details on using hashes here.

Provenance

The following attestation bundles were made for scikit_learn-1.9.0rc1-cp314-cp314t-manylinux_2_27_x86_64.manylinux_2_28_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.9.0rc1-cp314-cp314t-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for scikit_learn-1.9.0rc1-cp314-cp314t-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 8fad235483b2ca77ab3eb192ef62fa290f21d631b9219bc41c879b4d1106042d
MD5 2f39e315027721f487bfb3c8471906d0
BLAKE2b-256 8f65cd6fb6ca5e0a575050f60a13f339b1dd98cd65967db7a1b307b1fbee34de

See more details on using hashes here.

Provenance

The following attestation bundles were made for scikit_learn-1.9.0rc1-cp314-cp314t-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.9.0rc1-cp314-cp314t-macosx_12_0_arm64.whl.

File metadata

File hashes

Hashes for scikit_learn-1.9.0rc1-cp314-cp314t-macosx_12_0_arm64.whl
Algorithm Hash digest
SHA256 a7f9889cce32bc1a7e3098b661ae1a0dbde963c0e2b16c93a7c5a3612100504a
MD5 7901c107050018f3745514a218458e3c
BLAKE2b-256 b2a13caed323302fee41a001704d6babfb67a69b5a6b0d9e0db3149128ed7f48

See more details on using hashes here.

Provenance

The following attestation bundles were made for scikit_learn-1.9.0rc1-cp314-cp314t-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.9.0rc1-cp314-cp314t-macosx_10_15_x86_64.whl.

File metadata

File hashes

Hashes for scikit_learn-1.9.0rc1-cp314-cp314t-macosx_10_15_x86_64.whl
Algorithm Hash digest
SHA256 749e51ce95a2be92a588cfc9cb9e41b0d9703f2a8af1302b9c0109d3b32e98f4
MD5 c3f31b3df350e4d8dbd922c0338c4248
BLAKE2b-256 a32b4646ffa3afeaa749385746253761268bc947318e9a40e0f114441fb07e53

See more details on using hashes here.

Provenance

The following attestation bundles were made for scikit_learn-1.9.0rc1-cp314-cp314t-macosx_10_15_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.9.0rc1-cp314-cp314-win_arm64.whl.

File metadata

File hashes

Hashes for scikit_learn-1.9.0rc1-cp314-cp314-win_arm64.whl
Algorithm Hash digest
SHA256 4321b64fd2ebf121ec737a6c2bb8e43a4060b5cded153f55eeb9f1cfd8f001a9
MD5 bba4a4f7b6ad791e75564971898ba771
BLAKE2b-256 f00d8d6148d09cd812d87bdde3db023dc3d6b7eadf908bd415020ec557709ce9

See more details on using hashes here.

Provenance

The following attestation bundles were made for scikit_learn-1.9.0rc1-cp314-cp314-win_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.9.0rc1-cp314-cp314-win_amd64.whl.

File metadata

File hashes

Hashes for scikit_learn-1.9.0rc1-cp314-cp314-win_amd64.whl
Algorithm Hash digest
SHA256 e5423187e305fa544dfec44a71d435d11446d2a154cc17ae1b665df381396f65
MD5 db544fcc367c9f2fbe1762fb62d82ef4
BLAKE2b-256 36148624e58ecae4c9ad9c7dd79ac49003f5803214c509dbfdba31f70a9ad540

See more details on using hashes here.

Provenance

The following attestation bundles were made for scikit_learn-1.9.0rc1-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.9.0rc1-cp314-cp314-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for scikit_learn-1.9.0rc1-cp314-cp314-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 ef9d23b78e51ff363dd3d1bde6ad0469b6de8a89871872a2c4b3b440ac8e80d0
MD5 36f581648fa25e30e4848a46c9354229
BLAKE2b-256 954af9e5b57b57a4b59f85f5dcdc5ce736f3a504629de3dd0c14712549e145fb

See more details on using hashes here.

Provenance

The following attestation bundles were made for scikit_learn-1.9.0rc1-cp314-cp314-manylinux_2_27_x86_64.manylinux_2_28_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.9.0rc1-cp314-cp314-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for scikit_learn-1.9.0rc1-cp314-cp314-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 39e4c85a1e2265112837e2f5dccd55e0f055cc434584cfedbf10d46dd3687667
MD5 95a062437dfc9ff6ff536cb6bb62a190
BLAKE2b-256 708426a189c575cf1de8499bc7ec0f7bac3dd4b360fcae5b7d8f0a7565bc8de1

See more details on using hashes here.

Provenance

The following attestation bundles were made for scikit_learn-1.9.0rc1-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.9.0rc1-cp314-cp314-macosx_12_0_arm64.whl.

File metadata

File hashes

Hashes for scikit_learn-1.9.0rc1-cp314-cp314-macosx_12_0_arm64.whl
Algorithm Hash digest
SHA256 8fa1e9294a9f00c73da2d3b938c8849e727aba1228eb1bbe72146fe7aa228161
MD5 eb6c83d12b1d31d2e6ab4e06f5156190
BLAKE2b-256 0b175c1b305519fc1a920db54019327cf42e30e46a748d30019833c574cf17d3

See more details on using hashes here.

Provenance

The following attestation bundles were made for scikit_learn-1.9.0rc1-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.9.0rc1-cp314-cp314-macosx_10_15_x86_64.whl.

File metadata

File hashes

Hashes for scikit_learn-1.9.0rc1-cp314-cp314-macosx_10_15_x86_64.whl
Algorithm Hash digest
SHA256 a99f968456943200d486fdda8db8e5ea6ad1c06db804e145cd900401bac5c1d1
MD5 7b2f5da3b8549c95d3dc7b9ea4912742
BLAKE2b-256 2b77e7ae3df4fa268e1004cd963e33dcf62957a2d9eb901e1efa1a7ff4c03613

See more details on using hashes here.

Provenance

The following attestation bundles were made for scikit_learn-1.9.0rc1-cp314-cp314-macosx_10_15_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.9.0rc1-cp313-cp313-win_arm64.whl.

File metadata

File hashes

Hashes for scikit_learn-1.9.0rc1-cp313-cp313-win_arm64.whl
Algorithm Hash digest
SHA256 7a73ad7fcc4bee8ed1589998cdd1830b70e0f79f5c389e7de0543d402b7a170d
MD5 0df7af0c0b5888817de260fc00001e32
BLAKE2b-256 a918f7a456e6ba5d964d1eacde5646107d572c19cd42c62beb0c56471a96f921

See more details on using hashes here.

Provenance

The following attestation bundles were made for scikit_learn-1.9.0rc1-cp313-cp313-win_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.9.0rc1-cp313-cp313-win_amd64.whl.

File metadata

File hashes

Hashes for scikit_learn-1.9.0rc1-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 6848ccf4133f5f26de60819b350c9fefff751f26a9c22d86760af9bca58939e7
MD5 c8cd508c749e16e2809293f4220201e2
BLAKE2b-256 1e6dcc65d180942a257eace9339afd24c4d5c641d5b244d170bf4899ce9013ac

See more details on using hashes here.

Provenance

The following attestation bundles were made for scikit_learn-1.9.0rc1-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.9.0rc1-cp313-cp313-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for scikit_learn-1.9.0rc1-cp313-cp313-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 26b3693e9b71213c5ddee591fddd06d12eecdfb52696b58f65d8d3240c36b872
MD5 31edecd45900bdc1ef30fcbb4a482b5f
BLAKE2b-256 ee39070c743700787bbf0636d0ce794299a98e56873c17eac81b98349e42867c

See more details on using hashes here.

Provenance

The following attestation bundles were made for scikit_learn-1.9.0rc1-cp313-cp313-manylinux_2_27_x86_64.manylinux_2_28_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.9.0rc1-cp313-cp313-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for scikit_learn-1.9.0rc1-cp313-cp313-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 de533a071ab4a8c5e134e96aa81bd0f0633b81010ef0fc2cf117efe8f0b62eb2
MD5 3c9cf70a9ab6696e68230ec00a3a9086
BLAKE2b-256 72df4919d5aaa9fa446d35cdce69f4d84ca083f70c4cef705852086098a1768c

See more details on using hashes here.

Provenance

The following attestation bundles were made for scikit_learn-1.9.0rc1-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.9.0rc1-cp313-cp313-macosx_12_0_arm64.whl.

File metadata

File hashes

Hashes for scikit_learn-1.9.0rc1-cp313-cp313-macosx_12_0_arm64.whl
Algorithm Hash digest
SHA256 d08ece650acf3fb50c446a52d24c0cb6696b2ad6a0d700fd8755bdf79f1910a9
MD5 d0655ba3cffa5e7f467f27ba04e63541
BLAKE2b-256 dd104a963c5d06d2cfd564abbcf888fe8fb7d0f55879ff27c61e5dce7a0556ae

See more details on using hashes here.

Provenance

The following attestation bundles were made for scikit_learn-1.9.0rc1-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.9.0rc1-cp313-cp313-macosx_10_13_x86_64.whl.

File metadata

File hashes

Hashes for scikit_learn-1.9.0rc1-cp313-cp313-macosx_10_13_x86_64.whl
Algorithm Hash digest
SHA256 a387682ac45ca74ade25c79295ca67fcd2c73fba9adce4791616aadc4c143f6d
MD5 ab4fa78d9479be46b0d59f71ea741b4a
BLAKE2b-256 05e4e07a3b62ef0e4323d7014195f24dac6387218f28c1a51d71d740769c4c68

See more details on using hashes here.

Provenance

The following attestation bundles were made for scikit_learn-1.9.0rc1-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.9.0rc1-cp312-cp312-win_arm64.whl.

File metadata

File hashes

Hashes for scikit_learn-1.9.0rc1-cp312-cp312-win_arm64.whl
Algorithm Hash digest
SHA256 c98f1161022a9e0be2e0c5f9180d0f16666b05403b0586137ce9c87e9995a2e6
MD5 52290f8cd7b8d882d60bf2ce4959cad1
BLAKE2b-256 ea405a40bcc55881757c20334b08609ad4a434348c7b717dc8f77f5b92454335

See more details on using hashes here.

Provenance

The following attestation bundles were made for scikit_learn-1.9.0rc1-cp312-cp312-win_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.9.0rc1-cp312-cp312-win_amd64.whl.

File metadata

File hashes

Hashes for scikit_learn-1.9.0rc1-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 ccadfd1aa26ad461f1f44b0f1d9dddf3c569cab2ea3fb8eaba83b58133b91166
MD5 e0be7aa22b018da5e82f17504486e479
BLAKE2b-256 d1d9fdc724e1907994d3bbebcb0e28a758614f571d70fb408cf5032444b117a8

See more details on using hashes here.

Provenance

The following attestation bundles were made for scikit_learn-1.9.0rc1-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.9.0rc1-cp312-cp312-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for scikit_learn-1.9.0rc1-cp312-cp312-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 b6a38dd3241fa7d39b9f5d388e29f36650543c291ea1fcd50821f98ba93ebdc9
MD5 965ca69490a6a241ca9d7546a5ce3b1f
BLAKE2b-256 93b3b5448c72b2baaf08aae8414857d845abc674d282bd1f5d016b5f775bf79e

See more details on using hashes here.

Provenance

The following attestation bundles were made for scikit_learn-1.9.0rc1-cp312-cp312-manylinux_2_27_x86_64.manylinux_2_28_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.9.0rc1-cp312-cp312-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for scikit_learn-1.9.0rc1-cp312-cp312-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 49f2f88250a6911b35400b14703dcd32a154d7cd75e43169aaa3cdcc509a8671
MD5 b23c73c28260a5fa06ecc52a2ba46eb5
BLAKE2b-256 92fdb84b7dd50d1c442a38f3253d96b0f1408b94e00f61f68e2d7d365c223c30

See more details on using hashes here.

Provenance

The following attestation bundles were made for scikit_learn-1.9.0rc1-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.9.0rc1-cp312-cp312-macosx_12_0_arm64.whl.

File metadata

File hashes

Hashes for scikit_learn-1.9.0rc1-cp312-cp312-macosx_12_0_arm64.whl
Algorithm Hash digest
SHA256 d7002f267a47fa8209f1cce630280e4cb42127d46b8383951073612fee3de1a4
MD5 683720e0349c043e5744701f11e86a19
BLAKE2b-256 e45ceb1575315eaf05bf9121b7e21e34ee62cdf08f514379c4ca7b4095dd78c8

See more details on using hashes here.

Provenance

The following attestation bundles were made for scikit_learn-1.9.0rc1-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.9.0rc1-cp312-cp312-macosx_10_13_x86_64.whl.

File metadata

File hashes

Hashes for scikit_learn-1.9.0rc1-cp312-cp312-macosx_10_13_x86_64.whl
Algorithm Hash digest
SHA256 7b053d72b30178ab2840cb3d6f34350c154c3f605d4781faaa287b23041a224a
MD5 ea46f5d2e331ac3a4823bcdaf40f26d3
BLAKE2b-256 3365b6b7e016289ba5085a6cbc6e53ad80405952a27796b3e0b6c44876b6ef7f

See more details on using hashes here.

Provenance

The following attestation bundles were made for scikit_learn-1.9.0rc1-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.9.0rc1-cp311-cp311-win_arm64.whl.

File metadata

File hashes

Hashes for scikit_learn-1.9.0rc1-cp311-cp311-win_arm64.whl
Algorithm Hash digest
SHA256 6a72957b048db40e345d6ae118d821e77610f256d6144efceec6240580bda1a5
MD5 442bbdecca6a91f8566b4e0b2d86437c
BLAKE2b-256 c0d19650acd82f6c89d23a6f4c3bd30edcc81980b479aebe421460b4c344f8df

See more details on using hashes here.

Provenance

The following attestation bundles were made for scikit_learn-1.9.0rc1-cp311-cp311-win_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.9.0rc1-cp311-cp311-win_amd64.whl.

File metadata

File hashes

Hashes for scikit_learn-1.9.0rc1-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 b400d514e9557f906340bf7662a4e8ee4d1084772f77e04d24f2c8415f766dc6
MD5 d72f80bc7c98db3a06b89cbfdccb4a50
BLAKE2b-256 000cbd679462be79ccc6b44dc31517d62e32de74a51dbf41103e38296f50a736

See more details on using hashes here.

Provenance

The following attestation bundles were made for scikit_learn-1.9.0rc1-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.9.0rc1-cp311-cp311-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for scikit_learn-1.9.0rc1-cp311-cp311-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 54d84b34604868f38df03a5f5b27cf3178424b5de80105e22ee307d52fe2324c
MD5 5265ed470dbbd9e11a690222d47fc379
BLAKE2b-256 29190420f39081fe0d2dece4ba3e770c6e77f3eea6c7304141a7c78878908bc4

See more details on using hashes here.

Provenance

The following attestation bundles were made for scikit_learn-1.9.0rc1-cp311-cp311-manylinux_2_27_x86_64.manylinux_2_28_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.9.0rc1-cp311-cp311-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for scikit_learn-1.9.0rc1-cp311-cp311-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 65885aad693a77b13da165e2fa87e46e275e2aaeccdd0d499cd321e88fade2d4
MD5 d59f5f14badf339a55948d4948cb54c4
BLAKE2b-256 163b3387453d5bf83cd6225720520547286967ab93397d4139b8f70f07c491c1

See more details on using hashes here.

Provenance

The following attestation bundles were made for scikit_learn-1.9.0rc1-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.9.0rc1-cp311-cp311-macosx_12_0_arm64.whl.

File metadata

File hashes

Hashes for scikit_learn-1.9.0rc1-cp311-cp311-macosx_12_0_arm64.whl
Algorithm Hash digest
SHA256 191e99e2514f8739bf8aed30eccde9ec45cb14bdaa1f0c6ef5264e03cc59207f
MD5 5acc0a62f844606b40dfc6976f05bc62
BLAKE2b-256 b31f92d36d474c91314275a1716b457c58ae40c6bac6f18f56f3a7e301937e46

See more details on using hashes here.

Provenance

The following attestation bundles were made for scikit_learn-1.9.0rc1-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.9.0rc1-cp311-cp311-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for scikit_learn-1.9.0rc1-cp311-cp311-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 f841febb3d84293617c3ef953e5a4ed8457c38c69b9cfa02917f47bf62eabf7a
MD5 889c828c5de9d7f66f5ebaf41575dcee
BLAKE2b-256 c9e538f9b8216b187f7db4bd92ba507aa7faf6415747b001baa8d1cf164b0a32

See more details on using hashes here.

Provenance

The following attestation bundles were made for scikit_learn-1.9.0rc1-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.

Supported by

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