Skip to main content

A set of python modules for machine learning and data mining

Project description

Azure Travis Codecov CircleCI PythonVersion PyPi DOI

scikit-learn

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: http://scikit-learn.org

Installation

Dependencies

scikit-learn requires:

  • Python (>= 3.5)

  • NumPy (>= 1.11.0)

  • SciPy (>= 0.17.0)

  • joblib (>= 0.11)

Scikit-learn 0.20 was the last version to support Python 2.7 and Python 3.4. scikit-learn 0.21 and later require Python 3.5 or newer.

Scikit-learn plotting capabilities (i.e., functions start with plot_ and classes end with “Display”) require Matplotlib (>= 1.5.1). For running the examples Matplotlib >= 1.5.1 is required. A few examples require scikit-image >= 0.12.3, a few examples require pandas >= 0.18.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 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 >= 3.3.0 installed):

pytest sklearn

See the web page http://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: http://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: http://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.22.1.tar.gz (6.9 MB view details)

Uploaded Source

Built Distributions

scikit_learn-0.22.1-cp38-cp38-win_amd64.whl (6.4 MB view details)

Uploaded CPython 3.8Windows x86-64

scikit_learn-0.22.1-cp38-cp38-win32.whl (5.6 MB view details)

Uploaded CPython 3.8Windows x86

scikit_learn-0.22.1-cp38-cp38-manylinux1_x86_64.whl (7.0 MB view details)

Uploaded CPython 3.8

scikit_learn-0.22.1-cp38-cp38-manylinux1_i686.whl (6.3 MB view details)

Uploaded CPython 3.8

scikit_learn-0.22.1-cp38-cp38-macosx_10_9_x86_64.whl (7.0 MB view details)

Uploaded CPython 3.8macOS 10.9+ x86-64

scikit_learn-0.22.1-cp37-cp37m-win_amd64.whl (6.3 MB view details)

Uploaded CPython 3.7mWindows x86-64

scikit_learn-0.22.1-cp37-cp37m-win32.whl (5.5 MB view details)

Uploaded CPython 3.7mWindows x86

scikit_learn-0.22.1-cp37-cp37m-manylinux1_x86_64.whl (7.0 MB view details)

Uploaded CPython 3.7m

scikit_learn-0.22.1-cp37-cp37m-manylinux1_i686.whl (6.3 MB view details)

Uploaded CPython 3.7m

scikit_learn-0.22.1-cp37-cp37m-macosx_10_6_intel.whl (11.0 MB view details)

Uploaded CPython 3.7mmacOS 10.6+ Intel (x86-64, i386)

scikit_learn-0.22.1-cp36-cp36m-win_amd64.whl (6.3 MB view details)

Uploaded CPython 3.6mWindows x86-64

scikit_learn-0.22.1-cp36-cp36m-win32.whl (5.5 MB view details)

Uploaded CPython 3.6mWindows x86

scikit_learn-0.22.1-cp36-cp36m-manylinux1_x86_64.whl (7.0 MB view details)

Uploaded CPython 3.6m

scikit_learn-0.22.1-cp36-cp36m-manylinux1_i686.whl (6.3 MB view details)

Uploaded CPython 3.6m

scikit_learn-0.22.1-cp36-cp36m-macosx_10_6_intel.whl (11.1 MB view details)

Uploaded CPython 3.6mmacOS 10.6+ Intel (x86-64, i386)

scikit_learn-0.22.1-cp35-cp35m-win_amd64.whl (6.2 MB view details)

Uploaded CPython 3.5mWindows x86-64

scikit_learn-0.22.1-cp35-cp35m-win32.whl (5.5 MB view details)

Uploaded CPython 3.5mWindows x86

scikit_learn-0.22.1-cp35-cp35m-manylinux1_x86_64.whl (7.0 MB view details)

Uploaded CPython 3.5m

scikit_learn-0.22.1-cp35-cp35m-manylinux1_i686.whl (6.3 MB view details)

Uploaded CPython 3.5m

scikit_learn-0.22.1-cp35-cp35m-macosx_10_6_intel.whl (10.7 MB view details)

Uploaded CPython 3.5mmacOS 10.6+ Intel (x86-64, i386)

File details

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

File metadata

  • Download URL: scikit-learn-0.22.1.tar.gz
  • Upload date:
  • Size: 6.9 MB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.22.0 setuptools/42.0.2.post20191203 requests-toolbelt/0.9.1 tqdm/4.41.1 CPython/3.7.5

File hashes

Hashes for scikit-learn-0.22.1.tar.gz
Algorithm Hash digest
SHA256 51ee25330fc244107588545c70e2f3570cfc4017cff09eed69d6e1d82a212b7d
MD5 dab189dd5556ae59f7a1efce9c86c002
BLAKE2b-256 18285a48b00599b476875415b97bdfdb3849bafb31183c1d785501dbc8a77aa2

See more details on using hashes here.

File details

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

File metadata

  • Download URL: scikit_learn-0.22.1-cp38-cp38-win_amd64.whl
  • Upload date:
  • Size: 6.4 MB
  • Tags: CPython 3.8, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.22.0 setuptools/42.0.2.post20191203 requests-toolbelt/0.9.1 tqdm/4.41.1 CPython/3.7.5

File hashes

Hashes for scikit_learn-0.22.1-cp38-cp38-win_amd64.whl
Algorithm Hash digest
SHA256 12ec6b2821a0b4d1b7cbe0e5d6387e64e25e6ec8cfef058b276a14509c3a537b
MD5 a47b187aff5d6dc29a9edd980e0a2ee6
BLAKE2b-256 c2cb8193dec09b7fff2f0ed37eda5bda844b1704de4780dd7664e607c50df4bb

See more details on using hashes here.

File details

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

File metadata

  • Download URL: scikit_learn-0.22.1-cp38-cp38-win32.whl
  • Upload date:
  • Size: 5.6 MB
  • Tags: CPython 3.8, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.22.0 setuptools/42.0.2.post20191203 requests-toolbelt/0.9.1 tqdm/4.41.1 CPython/3.7.5

File hashes

Hashes for scikit_learn-0.22.1-cp38-cp38-win32.whl
Algorithm Hash digest
SHA256 5e0b5bebfd8bd8ab89b58c44acb95ddcc9439b23c875ed597842991cafc18b62
MD5 779a616ab6433918feb376df21a6896c
BLAKE2b-256 59aec40c0f6abd040c1f1d05c8ab24a8e5ba6db1eed3c17c62515382b183b8dc

See more details on using hashes here.

File details

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

File metadata

  • Download URL: scikit_learn-0.22.1-cp38-cp38-manylinux1_x86_64.whl
  • Upload date:
  • Size: 7.0 MB
  • Tags: CPython 3.8
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.22.0 setuptools/42.0.2.post20191203 requests-toolbelt/0.9.1 tqdm/4.41.1 CPython/3.7.5

File hashes

Hashes for scikit_learn-0.22.1-cp38-cp38-manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 bacc63185520d9eb295d79fa62c388fd7145783920a1fb113451a0b294994cad
MD5 e0d1c4e9fddc1e1d8c426073f4b029f9
BLAKE2b-256 db5ddddb8b82ee573df2ccaacb210e1df56daec33dd62aa637005dbc7b889eea

See more details on using hashes here.

File details

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

File metadata

  • Download URL: scikit_learn-0.22.1-cp38-cp38-manylinux1_i686.whl
  • Upload date:
  • Size: 6.3 MB
  • Tags: CPython 3.8
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.22.0 setuptools/42.0.2.post20191203 requests-toolbelt/0.9.1 tqdm/4.41.1 CPython/3.7.5

File hashes

Hashes for scikit_learn-0.22.1-cp38-cp38-manylinux1_i686.whl
Algorithm Hash digest
SHA256 2d35ece66767dd197d020940b1dab3be92ddbb1c96aaef0936d9c4369d544d69
MD5 7c26a8fa1036ea9ef0555dd050ed0b77
BLAKE2b-256 e5bbabb71a35ad4a92c43dbac2f4ce6ae7d7a95897bbc51434c0128c7a1d2bd2

See more details on using hashes here.

File details

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

File metadata

  • Download URL: scikit_learn-0.22.1-cp38-cp38-macosx_10_9_x86_64.whl
  • Upload date:
  • Size: 7.0 MB
  • Tags: CPython 3.8, macOS 10.9+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.22.0 setuptools/42.0.2.post20191203 requests-toolbelt/0.9.1 tqdm/4.41.1 CPython/3.7.5

File hashes

Hashes for scikit_learn-0.22.1-cp38-cp38-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 571476fbb826c87ad300a5aad0238c14a590ab7df5cb823ee19ac077bf13b5f4
MD5 22a8d374480b3d5897cfad8ca316a17a
BLAKE2b-256 5a5b520ed622a1896ac320c19fe8f32ae13258ec72d884e8c6c9753e2b60197e

See more details on using hashes here.

File details

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

File metadata

  • Download URL: scikit_learn-0.22.1-cp37-cp37m-win_amd64.whl
  • Upload date:
  • Size: 6.3 MB
  • Tags: CPython 3.7m, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.22.0 setuptools/42.0.2.post20191203 requests-toolbelt/0.9.1 tqdm/4.41.1 CPython/3.7.5

File hashes

Hashes for scikit_learn-0.22.1-cp37-cp37m-win_amd64.whl
Algorithm Hash digest
SHA256 d92ed650c32db013f66bba63af4922bd7a9b8c5802d4ee292332e504e567bd4a
MD5 9e4b3007647238fef868be6259ca9042
BLAKE2b-256 f8d05b7088d1fb891596c34c8b09414cd3daef99876349dd686a3ad536cf9820

See more details on using hashes here.

File details

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

File metadata

  • Download URL: scikit_learn-0.22.1-cp37-cp37m-win32.whl
  • Upload date:
  • Size: 5.5 MB
  • Tags: CPython 3.7m, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.22.0 setuptools/42.0.2.post20191203 requests-toolbelt/0.9.1 tqdm/4.41.1 CPython/3.7.5

File hashes

Hashes for scikit_learn-0.22.1-cp37-cp37m-win32.whl
Algorithm Hash digest
SHA256 06c9816249b9664ef1b04ad6a5d4dfe0c4017c584858c4e658861c2ac5eb4f31
MD5 0e9dbb2df067ae90c8661be8c8d3c018
BLAKE2b-256 44b5e6b7556f5cde422f21664301f3d23f1fae26e18e14e819f67ddbf941e51d

See more details on using hashes here.

File details

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

File metadata

  • Download URL: scikit_learn-0.22.1-cp37-cp37m-manylinux1_x86_64.whl
  • Upload date:
  • Size: 7.0 MB
  • Tags: CPython 3.7m
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.22.0 setuptools/42.0.2.post20191203 requests-toolbelt/0.9.1 tqdm/4.41.1 CPython/3.7.5

File hashes

Hashes for scikit_learn-0.22.1-cp37-cp37m-manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 96e1365ba285903e493b1e9505b533171c852f7069d038dcc3395ece952fdc78
MD5 bdd36097460466c484c7d2e054ccece4
BLAKE2b-256 73db7d8204ddba84ab5d1e4fd1af8f82bbe39c589488bee71e45c662f4144010

See more details on using hashes here.

File details

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

File metadata

  • Download URL: scikit_learn-0.22.1-cp37-cp37m-manylinux1_i686.whl
  • Upload date:
  • Size: 6.3 MB
  • Tags: CPython 3.7m
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.22.0 setuptools/42.0.2.post20191203 requests-toolbelt/0.9.1 tqdm/4.41.1 CPython/3.7.5

File hashes

Hashes for scikit_learn-0.22.1-cp37-cp37m-manylinux1_i686.whl
Algorithm Hash digest
SHA256 1e0cb60dae75da9e72d38569d18bbad5008777defd23585035a1314a01af966c
MD5 4e6da38bd9ef122aa87e7bd1f3b19bdc
BLAKE2b-256 fa87b81f8c79c39640bf04fe60a4e36f7d7cac0bfaf3e9ce94046b9d0609e0c7

See more details on using hashes here.

File details

Details for the file scikit_learn-0.22.1-cp37-cp37m-macosx_10_6_intel.whl.

File metadata

  • Download URL: scikit_learn-0.22.1-cp37-cp37m-macosx_10_6_intel.whl
  • Upload date:
  • Size: 11.0 MB
  • Tags: CPython 3.7m, macOS 10.6+ Intel (x86-64, i386)
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.22.0 setuptools/42.0.2.post20191203 requests-toolbelt/0.9.1 tqdm/4.41.1 CPython/3.7.5

File hashes

Hashes for scikit_learn-0.22.1-cp37-cp37m-macosx_10_6_intel.whl
Algorithm Hash digest
SHA256 7f1cdfd3c5e9d0951e273f49bb25bd9886537ab77e2273502b8676c3105828ae
MD5 b19ec66c68549c488a29d763469fb38b
BLAKE2b-256 82d969769d4f79f3b719cc1255f9bd2b6928c72f43e6f74084e3c67db86c4d2b

See more details on using hashes here.

File details

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

File metadata

  • Download URL: scikit_learn-0.22.1-cp36-cp36m-win_amd64.whl
  • Upload date:
  • Size: 6.3 MB
  • Tags: CPython 3.6m, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.22.0 setuptools/42.0.2.post20191203 requests-toolbelt/0.9.1 tqdm/4.41.1 CPython/3.7.5

File hashes

Hashes for scikit_learn-0.22.1-cp36-cp36m-win_amd64.whl
Algorithm Hash digest
SHA256 671874343a0b33bc0dbcae4af0b9a77c55b8132b33887fbfe086681c3f010840
MD5 d9656309e94d101c80267471871b5c09
BLAKE2b-256 21d97da9d5afdf901ab069226853c84a432c5db80fd616849ebcee29fd8a04e0

See more details on using hashes here.

File details

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

File metadata

  • Download URL: scikit_learn-0.22.1-cp36-cp36m-win32.whl
  • Upload date:
  • Size: 5.5 MB
  • Tags: CPython 3.6m, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.22.0 setuptools/42.0.2.post20191203 requests-toolbelt/0.9.1 tqdm/4.41.1 CPython/3.7.5

File hashes

Hashes for scikit_learn-0.22.1-cp36-cp36m-win32.whl
Algorithm Hash digest
SHA256 93001af23b0f1e68d93447f9d56bad631d4fc28eafd78b09469fb55aeff715b1
MD5 761279ad83fda0060b3145721eb0d5f5
BLAKE2b-256 6b42dfb7b69c749a3acbc82e021b5edce6d223ebbdd8f9e4836aba62a4651ea7

See more details on using hashes here.

File details

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

File metadata

  • Download URL: scikit_learn-0.22.1-cp36-cp36m-manylinux1_x86_64.whl
  • Upload date:
  • Size: 7.0 MB
  • Tags: CPython 3.6m
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.22.0 setuptools/42.0.2.post20191203 requests-toolbelt/0.9.1 tqdm/4.41.1 CPython/3.7.5

File hashes

Hashes for scikit_learn-0.22.1-cp36-cp36m-manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 80eec2f54cc7f51c5abb743f09506e009ba2b95bf6fb0e554aa0d8959b680003
MD5 6e0160a3aa8175df7e652995bd2930a9
BLAKE2b-256 d148e9fa9e252abcd1447eff6f9257636af31758a6e46fd5ce5d3c879f6907cb

See more details on using hashes here.

File details

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

File metadata

  • Download URL: scikit_learn-0.22.1-cp36-cp36m-manylinux1_i686.whl
  • Upload date:
  • Size: 6.3 MB
  • Tags: CPython 3.6m
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.22.0 setuptools/42.0.2.post20191203 requests-toolbelt/0.9.1 tqdm/4.41.1 CPython/3.7.5

File hashes

Hashes for scikit_learn-0.22.1-cp36-cp36m-manylinux1_i686.whl
Algorithm Hash digest
SHA256 ebdf03b6e7f784e360ab26cf400cd2125d650c0903ef11086c0a3f2b4b07e603
MD5 01224437575ea8accbd27673d875f9db
BLAKE2b-256 7186f0a09ca6336e67ece017b9ddadbb8bcc63b8161681c173368fee0d9bf0f2

See more details on using hashes here.

File details

Details for the file scikit_learn-0.22.1-cp36-cp36m-macosx_10_6_intel.whl.

File metadata

  • Download URL: scikit_learn-0.22.1-cp36-cp36m-macosx_10_6_intel.whl
  • Upload date:
  • Size: 11.1 MB
  • Tags: CPython 3.6m, macOS 10.6+ Intel (x86-64, i386)
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.22.0 setuptools/42.0.2.post20191203 requests-toolbelt/0.9.1 tqdm/4.41.1 CPython/3.7.5

File hashes

Hashes for scikit_learn-0.22.1-cp36-cp36m-macosx_10_6_intel.whl
Algorithm Hash digest
SHA256 f18ae2abc09cb94a171840829a8132dda7267c941eb431387a6014f943946825
MD5 59860e37cb0f89d80fcefbcead09fc59
BLAKE2b-256 7786764f69d347627f51ceabe46e62990a71a68181469a7773e53b6e4cff30ed

See more details on using hashes here.

File details

Details for the file scikit_learn-0.22.1-cp35-cp35m-win_amd64.whl.

File metadata

  • Download URL: scikit_learn-0.22.1-cp35-cp35m-win_amd64.whl
  • Upload date:
  • Size: 6.2 MB
  • Tags: CPython 3.5m, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.22.0 setuptools/42.0.2.post20191203 requests-toolbelt/0.9.1 tqdm/4.41.1 CPython/3.7.5

File hashes

Hashes for scikit_learn-0.22.1-cp35-cp35m-win_amd64.whl
Algorithm Hash digest
SHA256 956a68772df02342af129e8bbe858b3053745c36beb6351a13641e3b56e0df23
MD5 483f15ce05aa2d541480120812aeb5f3
BLAKE2b-256 08d664c94f5f5599ed5283ec876e102a546179b680af78b908c5ec221c474e95

See more details on using hashes here.

File details

Details for the file scikit_learn-0.22.1-cp35-cp35m-win32.whl.

File metadata

  • Download URL: scikit_learn-0.22.1-cp35-cp35m-win32.whl
  • Upload date:
  • Size: 5.5 MB
  • Tags: CPython 3.5m, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.22.0 setuptools/42.0.2.post20191203 requests-toolbelt/0.9.1 tqdm/4.41.1 CPython/3.7.5

File hashes

Hashes for scikit_learn-0.22.1-cp35-cp35m-win32.whl
Algorithm Hash digest
SHA256 13b9ac18d48c051dfea32783067f2e45552e45852b88f3bccdb5c72fa56df3fe
MD5 6fd4b142ffd9676da66a2bfcf46fec04
BLAKE2b-256 e7f1b1194e371cc2c32617f262b7803757c2d8a062038234339814268f650cad

See more details on using hashes here.

File details

Details for the file scikit_learn-0.22.1-cp35-cp35m-manylinux1_x86_64.whl.

File metadata

  • Download URL: scikit_learn-0.22.1-cp35-cp35m-manylinux1_x86_64.whl
  • Upload date:
  • Size: 7.0 MB
  • Tags: CPython 3.5m
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.22.0 setuptools/42.0.2.post20191203 requests-toolbelt/0.9.1 tqdm/4.41.1 CPython/3.7.5

File hashes

Hashes for scikit_learn-0.22.1-cp35-cp35m-manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 d92b81615854504c27063e0970aed37e644eea5991444558c8aca8fadc1483b3
MD5 542473ca13c59fc8da30ef3fbffb76cf
BLAKE2b-256 a801a37d1ae4191ef09adc6385ae9f9306409e93370f7e85338152b608e7d6a3

See more details on using hashes here.

File details

Details for the file scikit_learn-0.22.1-cp35-cp35m-manylinux1_i686.whl.

File metadata

  • Download URL: scikit_learn-0.22.1-cp35-cp35m-manylinux1_i686.whl
  • Upload date:
  • Size: 6.3 MB
  • Tags: CPython 3.5m
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.22.0 setuptools/42.0.2.post20191203 requests-toolbelt/0.9.1 tqdm/4.41.1 CPython/3.7.5

File hashes

Hashes for scikit_learn-0.22.1-cp35-cp35m-manylinux1_i686.whl
Algorithm Hash digest
SHA256 28033cb7b50b8a6c3762cddd41dc7e5449347dedfa353409a576082e76309d09
MD5 174d1de4099fcb314b7ba43d80be5da0
BLAKE2b-256 c76da1cc13b135adf9bd53aaa08a144075e24e6ba70fd39411c13ddff278e55c

See more details on using hashes here.

File details

Details for the file scikit_learn-0.22.1-cp35-cp35m-macosx_10_6_intel.whl.

File metadata

  • Download URL: scikit_learn-0.22.1-cp35-cp35m-macosx_10_6_intel.whl
  • Upload date:
  • Size: 10.7 MB
  • Tags: CPython 3.5m, macOS 10.6+ Intel (x86-64, i386)
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.22.0 setuptools/42.0.2.post20191203 requests-toolbelt/0.9.1 tqdm/4.41.1 CPython/3.7.5

File hashes

Hashes for scikit_learn-0.22.1-cp35-cp35m-macosx_10_6_intel.whl
Algorithm Hash digest
SHA256 6fad30299ef3dd103871ad1235b445fd5d2df47c424746eaf3c50fbc99c49cef
MD5 6d6a6d889473dae99f5baa052fa04453
BLAKE2b-256 2c9a36a15f2d525a8419fa1f1907a94d8aef2d6fa1d92fe63463c60c212f48e6

See more details on using hashes here.

Supported by

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