Skip to main content

Travis AppVeyor Codecov CircleCI Python27 Python35 PyPi DOI

scikit-learn

scikit-learn is a Python module for machine learning built on top of SciPy and 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 (>= 2.7 or >= 3.4)

  • NumPy (>= 1.8.2)

  • SciPy (>= 0.13.3)

Scikit-learn 0.20 is the last version to support Python2.7. Scikit-learn 0.21 and later will require Python 3.5 or newer.

For running the examples Matplotlib >= 1.4 is required. A few examples require scikit-image >= 0.11.3, a few examples require pandas >= 0.17.1 and a few example require joblib >= 0.11.

scikit-learn also uses CBLAS, the C interface to the Basic Linear Algebra Subprograms library. scikit-learn comes with a reference implementation, but the system CBLAS will be detected by the build system and used if present. CBLAS exists in many implementations; see Linear algebra libraries for known issues.

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

Setting up a development environment

Quick tutorial on how to go about setting up your environment to contribute to scikit-learn: https://github.com/scikit-learn/scikit-learn/blob/master/CONTRIBUTING.md

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

Release files for scikit-learn 0.20.4

For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.

Source distribution (sdist)

Source distribution for scikit-learn 0.20.4
File Size Uploaded
scikit-learn-0.20.4.tar.gz 11.7 MB Details

Built distributions (wheels)

Table of built distributions (wheels) for scikit-learn 0.20.4
File
scikit_learn-0.20.4-cp37-cp37m-win_amd64.whl CPython 3.7 CPython 3.7 pymalloc Windows x86-64 Details
scikit_learn-0.20.4-cp37-cp37m-win32.whl CPython 3.7 CPython 3.7 pymalloc Windows x86-32 Details
scikit_learn-0.20.4-cp37-cp37m-manylinux1_x86_64.whl CPython 3.7 CPython 3.7 pymalloc Linux glibc 2.5+ x86-64 Details
scikit_learn-0.20.4-cp37-cp37m-manylinux1_i686.whl CPython 3.7 CPython 3.7 pymalloc Linux glibc 2.5+ x86-32 Details
scikit_learn-0.20.4-cp37-cp37m-macosx_10_6_intel.macosx_10_9_intel.macosx_10_9_x86_64.macosx_10_10_intel.macosx_10_10_x86_64.whl CPython 3.7 CPython 3.7 pymalloc macOS 10.9+ Intel (x86-64, i386), macOS 10.9+ x86-64, macOS 10.10+ Intel (x86-64, i386), macOS 10.6+ Intel (x86-64, i386), macOS 10.10+ x86-64 Details
scikit_learn-0.20.4-cp36-cp36m-win_amd64.whl CPython 3.6 CPython 3.6 pymalloc Windows x86-64 Details
scikit_learn-0.20.4-cp36-cp36m-win32.whl CPython 3.6 CPython 3.6 pymalloc Windows x86-32 Details
scikit_learn-0.20.4-cp36-cp36m-manylinux1_x86_64.whl CPython 3.6 CPython 3.6 pymalloc Linux glibc 2.5+ x86-64 Details
scikit_learn-0.20.4-cp36-cp36m-manylinux1_i686.whl CPython 3.6 CPython 3.6 pymalloc Linux glibc 2.5+ x86-32 Details
scikit_learn-0.20.4-cp36-cp36m-macosx_10_6_intel.macosx_10_9_intel.macosx_10_9_x86_64.macosx_10_10_intel.macosx_10_10_x86_64.whl CPython 3.6 CPython 3.6 pymalloc macOS 10.6+ Intel (x86-64, i386), macOS 10.9+ x86-64, macOS 10.10+ x86-64, macOS 10.9+ Intel (x86-64, i386), macOS 10.10+ Intel (x86-64, i386) Details
scikit_learn-0.20.4-cp35-cp35m-win_amd64.whl CPython 3.5 CPython 3.5 pymalloc Windows x86-64 Details
scikit_learn-0.20.4-cp35-cp35m-win32.whl CPython 3.5 CPython 3.5 pymalloc Windows x86-32 Details
scikit_learn-0.20.4-cp35-cp35m-manylinux1_x86_64.whl CPython 3.5 CPython 3.5 pymalloc Linux glibc 2.5+ x86-64 Details
scikit_learn-0.20.4-cp35-cp35m-manylinux1_i686.whl CPython 3.5 CPython 3.5 pymalloc Linux glibc 2.5+ x86-32 Details
scikit_learn-0.20.4-cp35-cp35m-macosx_10_6_intel.macosx_10_9_intel.macosx_10_9_x86_64.macosx_10_10_intel.macosx_10_10_x86_64.whl CPython 3.5 CPython 3.5 pymalloc macOS 10.10+ x86-64, macOS 10.10+ Intel (x86-64, i386), macOS 10.6+ Intel (x86-64, i386), macOS 10.9+ x86-64, macOS 10.9+ Intel (x86-64, i386) Details
scikit_learn-0.20.4-cp34-cp34m-win_amd64.whl CPython 3.4 CPython 3.4 pymalloc Windows x86-64 Details
scikit_learn-0.20.4-cp34-cp34m-win32.whl CPython 3.4 CPython 3.4 pymalloc Windows x86-32 Details
scikit_learn-0.20.4-cp34-cp34m-manylinux1_x86_64.whl CPython 3.4 CPython 3.4 pymalloc Linux glibc 2.5+ x86-64 Details
scikit_learn-0.20.4-cp34-cp34m-manylinux1_i686.whl CPython 3.4 CPython 3.4 pymalloc Linux glibc 2.5+ x86-32 Details
scikit_learn-0.20.4-cp34-cp34m-macosx_10_6_intel.macosx_10_9_intel.macosx_10_9_x86_64.macosx_10_10_intel.macosx_10_10_x86_64.whl CPython 3.4 CPython 3.4 pymalloc macOS 10.6+ Intel (x86-64, i386), macOS 10.10+ x86-64, macOS 10.9+ Intel (x86-64, i386), macOS 10.9+ x86-64, macOS 10.10+ Intel (x86-64, i386) Details
scikit_learn-0.20.4-cp27-cp27mu-manylinux1_x86_64.whl CPython 2.7 CPython 2.7 pymalloc wide-unicode Linux glibc 2.5+ x86-64 Details
scikit_learn-0.20.4-cp27-cp27mu-manylinux1_i686.whl CPython 2.7 CPython 2.7 pymalloc wide-unicode Linux glibc 2.5+ x86-32 Details
scikit_learn-0.20.4-cp27-cp27m-win_amd64.whl CPython 2.7 CPython 2.7 pymalloc Windows x86-64 Details
scikit_learn-0.20.4-cp27-cp27m-win32.whl CPython 2.7 CPython 2.7 pymalloc Windows x86-32 Details
scikit_learn-0.20.4-cp27-cp27m-manylinux1_x86_64.whl CPython 2.7 CPython 2.7 pymalloc Linux glibc 2.5+ x86-64 Details
scikit_learn-0.20.4-cp27-cp27m-manylinux1_i686.whl CPython 2.7 CPython 2.7 pymalloc Linux glibc 2.5+ x86-32 Details
scikit_learn-0.20.4-cp27-cp27m-macosx_10_6_intel.macosx_10_9_intel.macosx_10_9_x86_64.macosx_10_10_intel.macosx_10_10_x86_64.whl CPython 2.7 CPython 2.7 pymalloc macOS 10.10+ Intel (x86-64, i386), macOS 10.6+ Intel (x86-64, i386), macOS 10.10+ x86-64, macOS 10.9+ Intel (x86-64, i386), macOS 10.9+ x86-64 Details

Total release size: 159.6 MB

Release files / scikit-learn-0.20.4.tar.gz

Download URL scikit-learn-0.20.4.tar.gz
Size 11.7 MB
Tags Source
SHA-256 checksum
How to use checksums
dfa8a3f33907614030cdfbc8b6f553dacbecaf09f922244f128af3060a137cfc
BLAKE2b-256 checksum
How to use checksums
20a05ec20d7e460d8ebde9ec5e40cda4339c5f546871c3a5bf9228f615b25618
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/1.13.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.0.1 requests-toolbelt/0.9.1 tqdm/4.32.1 CPython/3.7.3

Release files / scikit_learn-0.20.4-cp37-cp37m-win_amd64.whl

Download URL scikit_learn-0.20.4-cp37-cp37m-win_amd64.whl
Size 4.8 MB
Tags CPython 3.7 CPython 3.7 pymalloc Windows x86-64
SHA-256 checksum
How to use checksums
7d0d17789ccf3fd13a6a605f78d586ec4a9b57f94e0e74ce829bc7e7bb796f78
BLAKE2b-256 checksum
How to use checksums
bcd2256a17cf179681b257f76ac9a60312bd9e0f80e073aedd4d4fff9b2fa2c5
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/1.13.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.0.1 requests-toolbelt/0.9.1 tqdm/4.32.1 CPython/3.7.3

Release files / scikit_learn-0.20.4-cp37-cp37m-win32.whl

Download URL scikit_learn-0.20.4-cp37-cp37m-win32.whl
Size 4.3 MB
Tags CPython 3.7 CPython 3.7 pymalloc Windows x86-32
SHA-256 checksum
How to use checksums
2c8b999c739f8af014a2f1fb0577b3a98ab20c375c37274bf3c1f6a3f06f56f7
BLAKE2b-256 checksum
How to use checksums
544e706752b10c0da76da79ec04ccd5de700a0bd1be34442f69a76cb88fc9f9b
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/1.13.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.0.1 requests-toolbelt/0.9.1 tqdm/4.32.1 CPython/3.7.3

Release files / scikit_learn-0.20.4-cp37-cp37m-manylinux1_x86_64.whl

Download URL scikit_learn-0.20.4-cp37-cp37m-manylinux1_x86_64.whl
Size 5.4 MB
Tags CPython 3.7 CPython 3.7 pymalloc Linux glibc 2.5+ x86-64
SHA-256 checksum
How to use checksums
f04adc9ad6bc252b080b0b48cda769fa47ea7013e5640b0cb67d26f2f9a9fcff
BLAKE2b-256 checksum
How to use checksums
876f5863f1b27523c5d9f0ae2f3d07828ad383ceab39c79726d2ea4da7f679e7
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/1.13.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.0.1 requests-toolbelt/0.9.1 tqdm/4.32.1 CPython/3.7.3

Release files / scikit_learn-0.20.4-cp37-cp37m-manylinux1_i686.whl

Download URL scikit_learn-0.20.4-cp37-cp37m-manylinux1_i686.whl
Size 4.9 MB
Tags CPython 3.7 CPython 3.7 pymalloc Linux glibc 2.5+ x86-32
SHA-256 checksum
How to use checksums
ea5843a535da2458216ce87084ed51de6de7331e1b6891df9ea29a238a79bb02
BLAKE2b-256 checksum
How to use checksums
1b1ec45c2fa5abeccb84fc6065ccef74b49635d0f6e3608a5ccb9a8e16acdf16
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/1.13.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.0.1 requests-toolbelt/0.9.1 tqdm/4.32.1 CPython/3.7.3

Release files / scikit_learn-0.20.4-cp37-cp37m-macosx_10_6_intel.macosx_10_9_intel.macosx_10_9_x86_64.macosx_10_10_intel.macosx_10_10_x86_64.whl

Download URL scikit_learn-0.20.4-cp37-cp37m-macosx_10_6_intel.macosx_10_9_intel.macosx_10_9_x86_64.macosx_10_10_intel.macosx_10_10_x86_64.whl
Size 7.8 MB
Tags CPython 3.7 CPython 3.7 pymalloc macOS 10.10+ Intel (x86-64, i386) macOS 10.10+ x86-64 macOS 10.6+ Intel (x86-64, i386) macOS 10.9+ Intel (x86-64, i386) macOS 10.9+ x86-64
SHA-256 checksum
How to use checksums
2d9b4b551569bcb87fb50bc77d5f3ca30e1856b0e987619c7a266d4372990ba6
BLAKE2b-256 checksum
How to use checksums
69ee46c86104541f18706642cf9ae32b5f7614b59cd024ec3a13b0c08751eba6
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/1.13.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.0.1 requests-toolbelt/0.9.1 tqdm/4.32.1 CPython/3.7.3

Release files / scikit_learn-0.20.4-cp36-cp36m-win_amd64.whl

Download URL scikit_learn-0.20.4-cp36-cp36m-win_amd64.whl
Size 4.8 MB
Tags CPython 3.6 CPython 3.6 pymalloc Windows x86-64
SHA-256 checksum
How to use checksums
5ede3783e81af866c3d3efbf3d255a88aaebde7d8cb39e6d5c47f9ed5359172b
BLAKE2b-256 checksum
How to use checksums
9beec3c396a0a1233a13a7b5e945c082a6b0011cb3a5153e5e950642dbcd57d4
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/1.13.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.0.1 requests-toolbelt/0.9.1 tqdm/4.32.1 CPython/3.7.3

Release files / scikit_learn-0.20.4-cp36-cp36m-win32.whl

Download URL scikit_learn-0.20.4-cp36-cp36m-win32.whl
Size 4.4 MB
Tags CPython 3.6 CPython 3.6 pymalloc Windows x86-32
SHA-256 checksum
How to use checksums
73b3da63d35b922fdae378c582326e887d6bdf9282050ef3587d2f96c926bbcd
BLAKE2b-256 checksum
How to use checksums
629a227c4673fe7ac0f69164ee8258055f470c68abae15914d592b5e3a028005
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/1.13.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.0.1 requests-toolbelt/0.9.1 tqdm/4.32.1 CPython/3.7.3

Release files / scikit_learn-0.20.4-cp36-cp36m-manylinux1_x86_64.whl

Download URL scikit_learn-0.20.4-cp36-cp36m-manylinux1_x86_64.whl
Size 5.4 MB
Tags CPython 3.6 CPython 3.6 pymalloc Linux glibc 2.5+ x86-64
SHA-256 checksum
How to use checksums
994e807f09c8517ad703e5685599ef195cc90e693e203894a66000dc89e1382f
BLAKE2b-256 checksum
How to use checksums
965b5da31a6572dc6b7b2846a7cfcbe2e060a0e6af0e1059a6516965e40371b7
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/1.13.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.0.1 requests-toolbelt/0.9.1 tqdm/4.32.1 CPython/3.7.3

Release files / scikit_learn-0.20.4-cp36-cp36m-manylinux1_i686.whl

Download URL scikit_learn-0.20.4-cp36-cp36m-manylinux1_i686.whl
Size 4.9 MB
Tags CPython 3.6 CPython 3.6 pymalloc Linux glibc 2.5+ x86-32
SHA-256 checksum
How to use checksums
54e6b20c8392d2047470f504822e8141a726949f2c196c1711fef873650f301d
BLAKE2b-256 checksum
How to use checksums
d279166d8aaf60aac8fbb8231e2eb75bd0f77615a5db1dd3cf4c155f90018f87
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/1.13.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.0.1 requests-toolbelt/0.9.1 tqdm/4.32.1 CPython/3.7.3

Release files / scikit_learn-0.20.4-cp36-cp36m-macosx_10_6_intel.macosx_10_9_intel.macosx_10_9_x86_64.macosx_10_10_intel.macosx_10_10_x86_64.whl

Download URL scikit_learn-0.20.4-cp36-cp36m-macosx_10_6_intel.macosx_10_9_intel.macosx_10_9_x86_64.macosx_10_10_intel.macosx_10_10_x86_64.whl
Size 7.9 MB
Tags CPython 3.6 CPython 3.6 pymalloc macOS 10.10+ Intel (x86-64, i386) macOS 10.10+ x86-64 macOS 10.6+ Intel (x86-64, i386) macOS 10.9+ Intel (x86-64, i386) macOS 10.9+ x86-64
SHA-256 checksum
How to use checksums
2fd692310890a6137dd8e550496bfb71ef37a2b8d1a89b87418ed25fe454dde4
BLAKE2b-256 checksum
How to use checksums
cd498c6900ae088114dca01d45403cd5eec100b09b3400c3d2a582909b195d77
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/1.13.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.0.1 requests-toolbelt/0.9.1 tqdm/4.32.1 CPython/3.7.3

Release files / scikit_learn-0.20.4-cp35-cp35m-win_amd64.whl

Download URL scikit_learn-0.20.4-cp35-cp35m-win_amd64.whl
Size 4.8 MB
Tags CPython 3.5 CPython 3.5 pymalloc Windows x86-64
SHA-256 checksum
How to use checksums
c42b27bd051af258cb46b7773e031aa52e49e1cc86b769895ca031c35b15a392
BLAKE2b-256 checksum
How to use checksums
4e46862d30dc129b5e9a7593ac677bd1c49aced7a6f3d220daf7650b0728126a
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/1.13.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.0.1 requests-toolbelt/0.9.1 tqdm/4.32.1 CPython/3.7.3

Release files / scikit_learn-0.20.4-cp35-cp35m-win32.whl

Download URL scikit_learn-0.20.4-cp35-cp35m-win32.whl
Size 4.3 MB
Tags CPython 3.5 CPython 3.5 pymalloc Windows x86-32
SHA-256 checksum
How to use checksums
ea42e28bc9f5a3110e77c773a55b3d2b7133ce05c6940cc28a3a554aebd6ab80
BLAKE2b-256 checksum
How to use checksums
c49e9dcb924e8a6b1049cebd8d6e0c3401b0816baeaf3a9cba1fdef2ab656523
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/1.13.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.0.1 requests-toolbelt/0.9.1 tqdm/4.32.1 CPython/3.7.3

Release files / scikit_learn-0.20.4-cp35-cp35m-manylinux1_x86_64.whl

Download URL scikit_learn-0.20.4-cp35-cp35m-manylinux1_x86_64.whl
Size 5.3 MB
Tags CPython 3.5 CPython 3.5 pymalloc Linux glibc 2.5+ x86-64
SHA-256 checksum
How to use checksums
59b382e02e132b5079d4520f2c9fec8147d1743f0f11bc6e21907906ef23fa29
BLAKE2b-256 checksum
How to use checksums
9847090f476f77e32bdaca911ab1151eda4dc19e0f8250c8e0c6b430fbe8feaa
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/1.13.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.0.1 requests-toolbelt/0.9.1 tqdm/4.32.1 CPython/3.7.3

Release files / scikit_learn-0.20.4-cp35-cp35m-manylinux1_i686.whl

Download URL scikit_learn-0.20.4-cp35-cp35m-manylinux1_i686.whl
Size 4.9 MB
Tags CPython 3.5 CPython 3.5 pymalloc Linux glibc 2.5+ x86-32
SHA-256 checksum
How to use checksums
0863989d48ae51ba8803b1daeb936d44f260ee0174f67eee58d6d74280fe6e93
BLAKE2b-256 checksum
How to use checksums
a807e89bcd12ef10be9dde4d3c23d7c7b5b19c7c24b6bc3ee59f60f181f8f714
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/1.13.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.0.1 requests-toolbelt/0.9.1 tqdm/4.32.1 CPython/3.7.3

Release files / scikit_learn-0.20.4-cp35-cp35m-macosx_10_6_intel.macosx_10_9_intel.macosx_10_9_x86_64.macosx_10_10_intel.macosx_10_10_x86_64.whl

Download URL scikit_learn-0.20.4-cp35-cp35m-macosx_10_6_intel.macosx_10_9_intel.macosx_10_9_x86_64.macosx_10_10_intel.macosx_10_10_x86_64.whl
Size 7.8 MB
Tags CPython 3.5 CPython 3.5 pymalloc macOS 10.10+ Intel (x86-64, i386) macOS 10.10+ x86-64 macOS 10.6+ Intel (x86-64, i386) macOS 10.9+ Intel (x86-64, i386) macOS 10.9+ x86-64
SHA-256 checksum
How to use checksums
f9553369f246721813f8f6784a40cc39c84ca2c6230272c7c1ec24318aa0a2f9
BLAKE2b-256 checksum
How to use checksums
fba1267bb74bf4d197a7a356efd95e5477ad55ed42890cbc904540c52229bb90
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/1.13.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.0.1 requests-toolbelt/0.9.1 tqdm/4.32.1 CPython/3.7.3

Release files / scikit_learn-0.20.4-cp34-cp34m-win_amd64.whl

Download URL scikit_learn-0.20.4-cp34-cp34m-win_amd64.whl
Size 4.7 MB
Tags CPython 3.4 CPython 3.4 pymalloc Windows x86-64
SHA-256 checksum
How to use checksums
03c721eaed97f4f6b92d1247c64639bb1feea0be968f708b56f9dfb836b9d9ca
BLAKE2b-256 checksum
How to use checksums
b9d6cb48af080cd703383c8758098b4b4f303e135626644d7e16acc4037cb10a
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/1.13.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.0.1 requests-toolbelt/0.9.1 tqdm/4.32.1 CPython/3.7.3

Release files / scikit_learn-0.20.4-cp34-cp34m-win32.whl

Download URL scikit_learn-0.20.4-cp34-cp34m-win32.whl
Size 4.4 MB
Tags CPython 3.4 CPython 3.4 pymalloc Windows x86-32
SHA-256 checksum
How to use checksums
7dbb4c23f2911e81fe607c26f1a1277c6f2798192765a9472c33570f8a843b6b
BLAKE2b-256 checksum
How to use checksums
1f5d66831a07dc80ed26959556ceb7c274a4cc572712e69eb4df32c05be5197a
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/1.13.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.0.1 requests-toolbelt/0.9.1 tqdm/4.32.1 CPython/3.7.3

Release files / scikit_learn-0.20.4-cp34-cp34m-manylinux1_x86_64.whl

Download URL scikit_learn-0.20.4-cp34-cp34m-manylinux1_x86_64.whl
Size 5.4 MB
Tags CPython 3.4 CPython 3.4 pymalloc Linux glibc 2.5+ x86-64
SHA-256 checksum
How to use checksums
25285960a093781b10d7d26484f8e3523b9d23676329862ba66a753bb0b2e632
BLAKE2b-256 checksum
How to use checksums
15a70af8f0b92a0657b91283f4dff5c9d36e127d46228d5a1b3ab8d4d74205cd
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/1.13.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.0.1 requests-toolbelt/0.9.1 tqdm/4.32.1 CPython/3.7.3

Release files / scikit_learn-0.20.4-cp34-cp34m-manylinux1_i686.whl

Download URL scikit_learn-0.20.4-cp34-cp34m-manylinux1_i686.whl
Size 4.9 MB
Tags CPython 3.4 CPython 3.4 pymalloc Linux glibc 2.5+ x86-32
SHA-256 checksum
How to use checksums
3323640ce4ade456f13c4fec97bdeb6a380e6f7005ec6709afb9e554a0b73b02
BLAKE2b-256 checksum
How to use checksums
d1ff90ff964c2033b2170fb929808603149ba39d3bf1fe609e2f69348bfaa350
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/1.13.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.0.1 requests-toolbelt/0.9.1 tqdm/4.32.1 CPython/3.7.3

Release files / scikit_learn-0.20.4-cp34-cp34m-macosx_10_6_intel.macosx_10_9_intel.macosx_10_9_x86_64.macosx_10_10_intel.macosx_10_10_x86_64.whl

Download URL scikit_learn-0.20.4-cp34-cp34m-macosx_10_6_intel.macosx_10_9_intel.macosx_10_9_x86_64.macosx_10_10_intel.macosx_10_10_x86_64.whl
Size 8.0 MB
Tags CPython 3.4 CPython 3.4 pymalloc macOS 10.10+ Intel (x86-64, i386) macOS 10.10+ x86-64 macOS 10.6+ Intel (x86-64, i386) macOS 10.9+ Intel (x86-64, i386) macOS 10.9+ x86-64
SHA-256 checksum
How to use checksums
e380c086e8cae1480365068e57469302a1ee8fae98eb02010c80ef2cb292f7a3
BLAKE2b-256 checksum
How to use checksums
18e8a4410daf8648996e18b8cde81dd41652b759fee66aac7fe52f0fcebbf957
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/1.13.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.0.1 requests-toolbelt/0.9.1 tqdm/4.32.1 CPython/3.7.3

Release files / scikit_learn-0.20.4-cp27-cp27mu-manylinux1_x86_64.whl

Download URL scikit_learn-0.20.4-cp27-cp27mu-manylinux1_x86_64.whl
Size 5.5 MB
Tags CPython 2.7 CPython 2.7 pymalloc wide-unicode Linux glibc 2.5+ x86-64
SHA-256 checksum
How to use checksums
4de3f1e35c29dac3b1f8afaa6afe1b682dbb19159c5ee5d77f97fa5ceb1d020d
BLAKE2b-256 checksum
How to use checksums
319f042db462417451e81035c3d43b722e88450c628a33dfda69777a801b0d40
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/1.13.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.0.1 requests-toolbelt/0.9.1 tqdm/4.32.1 CPython/3.7.3

Release files / scikit_learn-0.20.4-cp27-cp27mu-manylinux1_i686.whl

Download URL scikit_learn-0.20.4-cp27-cp27mu-manylinux1_i686.whl
Size 5.0 MB
Tags CPython 2.7 CPython 2.7 pymalloc wide-unicode Linux glibc 2.5+ x86-32
SHA-256 checksum
How to use checksums
9afeffd7fba365eb8d0603b13d4ea76ee63cacded21556c65e98b4682c2b09bf
BLAKE2b-256 checksum
How to use checksums
9ce4cecf1c8ee8baf82f0bd3de20e92e88df71a6d5abd15d796ca4977e7d4e31
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/1.13.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.0.1 requests-toolbelt/0.9.1 tqdm/4.32.1 CPython/3.7.3

Release files / scikit_learn-0.20.4-cp27-cp27m-win_amd64.whl

Download URL scikit_learn-0.20.4-cp27-cp27m-win_amd64.whl
Size 4.9 MB
Tags CPython 2.7 CPython 2.7 pymalloc Windows x86-64
SHA-256 checksum
How to use checksums
b47d865ae832f0d1538f449b0a42cf37121bbcd514eb1d37c0ff0b70b0ac192c
BLAKE2b-256 checksum
How to use checksums
92ea82a9ae87428ce6fb0956c89b1947cc6a70f6c6548b1b2b9da34c4511fe0d
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/1.13.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.0.1 requests-toolbelt/0.9.1 tqdm/4.32.1 CPython/3.7.3

Release files / scikit_learn-0.20.4-cp27-cp27m-win32.whl

Download URL scikit_learn-0.20.4-cp27-cp27m-win32.whl
Size 4.5 MB
Tags CPython 2.7 CPython 2.7 pymalloc Windows x86-32
SHA-256 checksum
How to use checksums
3b95e4a693d1d1e91ebc22abcc4e3731f9bfd2be2308b071b19db46a7d0fa6f6
BLAKE2b-256 checksum
How to use checksums
d675dec5a3749e605f25c7cb0d22f73efea20cab3582b9e645c10ed88ab0ceb3
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/1.13.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.0.1 requests-toolbelt/0.9.1 tqdm/4.32.1 CPython/3.7.3

Release files / scikit_learn-0.20.4-cp27-cp27m-manylinux1_x86_64.whl

Download URL scikit_learn-0.20.4-cp27-cp27m-manylinux1_x86_64.whl
Size 5.5 MB
Tags CPython 2.7 CPython 2.7 pymalloc Linux glibc 2.5+ x86-64
SHA-256 checksum
How to use checksums
546a2bf74c07634f65dc8e92ea50c124eb2adde10415cf25a43cf8c0a79671b7
BLAKE2b-256 checksum
How to use checksums
9f57a437dcc2b05f77fb75c00098c35131e2beb5101648b3586e9c9355ecd227
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/1.13.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.0.1 requests-toolbelt/0.9.1 tqdm/4.32.1 CPython/3.7.3

Release files / scikit_learn-0.20.4-cp27-cp27m-manylinux1_i686.whl

Download URL scikit_learn-0.20.4-cp27-cp27m-manylinux1_i686.whl
Size 5.0 MB
Tags CPython 2.7 CPython 2.7 pymalloc Linux glibc 2.5+ x86-32
SHA-256 checksum
How to use checksums
43a521c6992adf28a78abdb2d18b77c481a7dd86f7bd1de8f3e02231a88904cc
BLAKE2b-256 checksum
How to use checksums
53706e3f104287326c804e7aabbba13d36a62387f76de90cd96b0b010c360355
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/1.13.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.0.1 requests-toolbelt/0.9.1 tqdm/4.32.1 CPython/3.7.3

Release files / scikit_learn-0.20.4-cp27-cp27m-macosx_10_6_intel.macosx_10_9_intel.macosx_10_9_x86_64.macosx_10_10_intel.macosx_10_10_x86_64.whl

Download URL scikit_learn-0.20.4-cp27-cp27m-macosx_10_6_intel.macosx_10_9_intel.macosx_10_9_x86_64.macosx_10_10_intel.macosx_10_10_x86_64.whl
Size 8.3 MB
Tags CPython 2.7 CPython 2.7 pymalloc macOS 10.10+ Intel (x86-64, i386) macOS 10.10+ x86-64 macOS 10.6+ Intel (x86-64, i386) macOS 10.9+ Intel (x86-64, i386) macOS 10.9+ x86-64
SHA-256 checksum
How to use checksums
d9019683ec2382e686ecca5377b7c99f059a9b3a7f6a0bf6afddb10aec82b016
BLAKE2b-256 checksum
How to use checksums
19af1e116d24d6d74da12d90c42f408f16dae8f1a59ab4d95a48acbd2c277183
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/1.13.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.0.1 requests-toolbelt/0.9.1 tqdm/4.32.1 CPython/3.7.3

Release history Release notifications | RSS feed

1.9.1

43 release files

1.8.0

37 release files

1.7.1

26 release files

1.6.1

30 release files

1.5.2

26 release files

1.5.0

21 release files

1.4.0

41 release files

1.3.2

26 release files

1.3.1

26 release files

1.3.0

21 release files

1.2.1

21 release files

1.1.3

21 release files

1.1.1

18 release files

1.1.0

18 release files

1.0.2

32 release files

1.0.1

25 release files

1.0

25 release files

0.22

21 release files

This release

0.20.4 This release

28 release files

0.18

20 release files

0.17

17 release files

0.14

1 release file

0.13.1

3 release files

0.13

3 release files

0.12

3 release files

0.11

3 release files

0.10

3 release files

0.9

3 release files

Anthropic, PBC Visionary sponsor Bloomberg Visionary sponsor Hudson River Trading Visionary sponsor Meta Visionary sponsor NVIDIA Visionary sponsor Microsoft Sustainability sponsor Depot Continuous Integration AWS Cloud computing and Security Sponsor Datadog Monitoring Fastly CDN Google Download Analytics Sentry Error logging StatusPage Status page