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.1

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.1
File Size Uploaded
scikit-learn-0.20.1.tar.gz 9.7 MB Details

Built distributions (wheels)

Table of built distributions (wheels) for scikit-learn 0.20.1
File
scikit_learn-0.20.1-cp37-cp37m-win_amd64.whl CPython 3.7 CPython 3.7 pymalloc Windows x86-64 Details
scikit_learn-0.20.1-cp37-cp37m-win32.whl CPython 3.7 CPython 3.7 pymalloc Windows x86-32 Details
scikit_learn-0.20.1-cp37-cp37m-manylinux1_x86_64.whl CPython 3.7 CPython 3.7 pymalloc Linux glibc 2.5+ x86-64 Details
scikit_learn-0.20.1-cp37-cp37m-manylinux1_i686.whl CPython 3.7 CPython 3.7 pymalloc Linux glibc 2.5+ x86-32 Details
scikit_learn-0.20.1-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.10+ Intel (x86-64, i386), macOS 10.9+ x86-64, macOS 10.9+ Intel (x86-64, i386), macOS 10.6+ Intel (x86-64, i386), macOS 10.10+ x86-64 Details
scikit_learn-0.20.1-cp36-cp36m-win_amd64.whl CPython 3.6 CPython 3.6 pymalloc Windows x86-64 Details
scikit_learn-0.20.1-cp36-cp36m-win32.whl CPython 3.6 CPython 3.6 pymalloc Windows x86-32 Details
scikit_learn-0.20.1-cp36-cp36m-manylinux1_x86_64.whl CPython 3.6 CPython 3.6 pymalloc Linux glibc 2.5+ x86-64 Details
scikit_learn-0.20.1-cp36-cp36m-manylinux1_i686.whl CPython 3.6 CPython 3.6 pymalloc Linux glibc 2.5+ x86-32 Details
scikit_learn-0.20.1-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.9+ x86-64, macOS 10.10+ Intel (x86-64, i386), macOS 10.9+ Intel (x86-64, i386), macOS 10.6+ Intel (x86-64, i386), macOS 10.10+ x86-64 Details
scikit_learn-0.20.1-cp35-cp35m-win_amd64.whl CPython 3.5 CPython 3.5 pymalloc Windows x86-64 Details
scikit_learn-0.20.1-cp35-cp35m-win32.whl CPython 3.5 CPython 3.5 pymalloc Windows x86-32 Details
scikit_learn-0.20.1-cp35-cp35m-manylinux1_x86_64.whl CPython 3.5 CPython 3.5 pymalloc Linux glibc 2.5+ x86-64 Details
scikit_learn-0.20.1-cp35-cp35m-manylinux1_i686.whl CPython 3.5 CPython 3.5 pymalloc Linux glibc 2.5+ x86-32 Details
scikit_learn-0.20.1-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.9+ x86-64, macOS 10.10+ Intel (x86-64, i386), macOS 10.9+ Intel (x86-64, i386), macOS 10.6+ Intel (x86-64, i386), macOS 10.10+ x86-64 Details
scikit_learn-0.20.1-cp34-cp34m-win_amd64.whl CPython 3.4 CPython 3.4 pymalloc Windows x86-64 Details
scikit_learn-0.20.1-cp34-cp34m-win32.whl CPython 3.4 CPython 3.4 pymalloc Windows x86-32 Details
scikit_learn-0.20.1-cp34-cp34m-manylinux1_x86_64.whl CPython 3.4 CPython 3.4 pymalloc Linux glibc 2.5+ x86-64 Details
scikit_learn-0.20.1-cp34-cp34m-manylinux1_i686.whl CPython 3.4 CPython 3.4 pymalloc Linux glibc 2.5+ x86-32 Details
scikit_learn-0.20.1-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.10+ Intel (x86-64, i386), macOS 10.9+ x86-64, macOS 10.9+ Intel (x86-64, i386), macOS 10.10+ x86-64, macOS 10.6+ Intel (x86-64, i386) Details
scikit_learn-0.20.1-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.1-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.1-cp27-cp27m-win_amd64.whl CPython 2.7 CPython 2.7 pymalloc Windows x86-64 Details
scikit_learn-0.20.1-cp27-cp27m-win32.whl CPython 2.7 CPython 2.7 pymalloc Windows x86-32 Details
scikit_learn-0.20.1-cp27-cp27m-manylinux1_x86_64.whl CPython 2.7 CPython 2.7 pymalloc Linux glibc 2.5+ x86-64 Details
scikit_learn-0.20.1-cp27-cp27m-manylinux1_i686.whl CPython 2.7 CPython 2.7 pymalloc Linux glibc 2.5+ x86-32 Details
scikit_learn-0.20.1-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.9+ x86-64, macOS 10.10+ Intel (x86-64, i386), macOS 10.9+ Intel (x86-64, i386), macOS 10.10+ x86-64, macOS 10.6+ Intel (x86-64, i386) Details

Total release size: 157.3 MB

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

Download URL scikit-learn-0.20.1.tar.gz
Size 9.7 MB
Tags Source
SHA-256 checksum
How to use checksums
fa1869c18fef812e321b9ed875519daefb3a7ea016ba1392526d231a7994e81c
BLAKE2b-256 checksum
How to use checksums
1a7cda34889e0a58e801675af88bc6e0dd1fcb4b01d26d1b437eb15df85b50a6
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via Python-urllib/3.5

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

Download URL scikit_learn-0.20.1-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
c8482ff66457a1b148973240c0eaa0456b62b8b8e5e26615f7f00ba08cc5c132
BLAKE2b-256 checksum
How to use checksums
74fce3d24a3472e32102f9f667adf05a41fdd5b56893f34464f06c8549684cd5
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/1.12.1 pkginfo/1.4.2 requests/2.19.1 setuptools/40.2.0 requests-toolbelt/0.8.0 tqdm/4.23.4 CPython/3.7.0

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

Download URL scikit_learn-0.20.1-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
3281dd405f15f8647e617062003b229b29dd74e966bfd1c033be720897402c54
BLAKE2b-256 checksum
How to use checksums
4bcd5e815a9e5e98bfd4e77dcdd87ae556247c48c1e9539b20798219aa3416c8
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/1.12.1 pkginfo/1.4.2 requests/2.19.1 setuptools/40.2.0 requests-toolbelt/0.8.0 tqdm/4.23.4 CPython/3.7.0

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

Download URL scikit_learn-0.20.1-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
7c4569c7ca504db5cd1f4d8dfca6500bbf6f1d0e25618831f25d9f9ab8b4e33d
BLAKE2b-256 checksum
How to use checksums
b03a0802b78f697ae04ba06f49d0ebc6e872f2c470687c3e61ad8ef523e125c3
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/1.12.1 pkginfo/1.4.2 requests/2.19.1 setuptools/40.2.0 requests-toolbelt/0.8.0 tqdm/4.23.4 CPython/3.7.0

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

Download URL scikit_learn-0.20.1-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
635978ca918da035a60e20d390273803417a1fc691290e93d9d5852a016a2bc3
BLAKE2b-256 checksum
How to use checksums
d6a0de5878c3c540c951185c9f29cea8ddd69857697f30aadba0a40d6ac10625
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/1.12.1 pkginfo/1.4.2 requests/2.19.1 setuptools/40.2.0 requests-toolbelt/0.8.0 tqdm/4.23.4 CPython/3.7.0

Release files / scikit_learn-0.20.1-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.1-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
95f892fa68105f6bcce0f206262d3810924f3865abd93927eb41949adb50e538
BLAKE2b-256 checksum
How to use checksums
1bedaa15bb8e0afc2d9e926c003a0f57e2ec8267de212edfb6e3f3c140f107aa
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/1.12.1 pkginfo/1.4.2 requests/2.19.1 setuptools/40.2.0 requests-toolbelt/0.8.0 tqdm/4.23.4 CPython/3.7.0

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

Download URL scikit_learn-0.20.1-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
6aa8b434de69c2507ee2bb874642f7bbfedb0a96c234a9129b8957e109d3bd47
BLAKE2b-256 checksum
How to use checksums
b29d3e18b1191331d9a4674926fb4625c17de1aae29d371696f38a5e05238e99
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/1.12.1 pkginfo/1.4.2 requests/2.19.1 setuptools/40.2.0 requests-toolbelt/0.8.0 tqdm/4.23.4 CPython/3.7.0

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

Download URL scikit_learn-0.20.1-cp36-cp36m-win32.whl
Size 4.3 MB
Tags CPython 3.6 CPython 3.6 pymalloc Windows x86-32
SHA-256 checksum
How to use checksums
f231c2d0e397309ef18b62a8adfe914de38e335c6f8fc06a3655d5ae8b524d69
BLAKE2b-256 checksum
How to use checksums
571f6610959fa047cb75f8aa65c7f7beacbadb5f8160b7e93d9de426261bffd4
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/1.12.1 pkginfo/1.4.2 requests/2.19.1 setuptools/40.2.0 requests-toolbelt/0.8.0 tqdm/4.23.4 CPython/3.7.0

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

Download URL scikit_learn-0.20.1-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
fc4d3cff012c1aa2459e5745cdd3df31a30e2ff27dcbfadf1999e16dd8497a6e
BLAKE2b-256 checksum
How to use checksums
1026d04320c3edf2d59b1fcd0720b46753d4d603a76e68d8ad10a9b92ab06db2
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/1.12.1 pkginfo/1.4.2 requests/2.19.1 setuptools/40.2.0 requests-toolbelt/0.8.0 tqdm/4.23.4 CPython/3.7.0

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

Download URL scikit_learn-0.20.1-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
48cef3af610f83460a4419de6c77757fc3b687da4ad39aedcbe3a92c6714b0ae
BLAKE2b-256 checksum
How to use checksums
790caf01eabb155bcfa5f8b394458186cb197d33e25208558e1163cae57d8034
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/1.12.1 pkginfo/1.4.2 requests/2.19.1 setuptools/40.2.0 requests-toolbelt/0.8.0 tqdm/4.23.4 CPython/3.7.0

Release files / scikit_learn-0.20.1-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.1-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
cc723aa0de67f0398821e3961ce0dcad32f276564c6fff2fc6061cc885a89c9e
BLAKE2b-256 checksum
How to use checksums
757ce75ca3063e41ff018ac676eb2dbe6470d12aed9dcf4e05146ea3b49a19db
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/1.12.1 pkginfo/1.4.2 requests/2.19.1 setuptools/40.2.0 requests-toolbelt/0.8.0 tqdm/4.23.4 CPython/3.7.0

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

Download URL scikit_learn-0.20.1-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
c2a1ce4e405ab61857c4dba89aa997522a9098e4cbc383fa95805ae6be8c772e
BLAKE2b-256 checksum
How to use checksums
92ef5d714e7cf0270c0b852d3d51c76aa872837bbc1b7d67d7d53f3127abcfbf
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/1.12.1 pkginfo/1.4.2 requests/2.19.1 setuptools/40.2.0 requests-toolbelt/0.8.0 tqdm/4.23.4 CPython/3.7.0

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

Download URL scikit_learn-0.20.1-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
cfb3ffdc7098b7328b120bc5819d81045c59e0392e7221441b0ac50ed7853a73
BLAKE2b-256 checksum
How to use checksums
ea00e7a5a7a2c518caf144ad73002f1958f8f201a8ec0cbc1c06dcdfd43f7667
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/1.12.1 pkginfo/1.4.2 requests/2.19.1 setuptools/40.2.0 requests-toolbelt/0.8.0 tqdm/4.23.4 CPython/3.7.0

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

Download URL scikit_learn-0.20.1-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
aae03d8e640e2cd58471add3759f2002c1d726548f53a70840a7b6f330210bc2
BLAKE2b-256 checksum
How to use checksums
169f052d64ea5765c2dc1cc0f387e5cde1454534ab365700a48b09cd08f9612b
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/1.12.1 pkginfo/1.4.2 requests/2.19.1 setuptools/40.2.0 requests-toolbelt/0.8.0 tqdm/4.23.4 CPython/3.7.0

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

Download URL scikit_learn-0.20.1-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
e045a5445e772cafe4fee5b3954947af7984a3057dcac0407ec55e8bab91bbee
BLAKE2b-256 checksum
How to use checksums
85aa32a8ef5b95a867a0a8718d2fec9fb1ea0adadb8b1eba93f6c2a5481ea8b9
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/1.12.1 pkginfo/1.4.2 requests/2.19.1 setuptools/40.2.0 requests-toolbelt/0.8.0 tqdm/4.23.4 CPython/3.7.0

Release files / scikit_learn-0.20.1-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.1-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
5d801633c69e67f215c1b796a7040ba33e2c6b3bab3d335c2caeca8a24679081
BLAKE2b-256 checksum
How to use checksums
f5ba55f649fbc3dbe95b7d4e34cbcab3fe700916c32dbc926186b417e52e0aef
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/1.12.1 pkginfo/1.4.2 requests/2.19.1 setuptools/40.2.0 requests-toolbelt/0.8.0 tqdm/4.23.4 CPython/3.7.0

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

Download URL scikit_learn-0.20.1-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
8d15d61d2b6324d99f135cb8ef95d1475367a4ebb3b9a1fc0f5b53a16c21974a
BLAKE2b-256 checksum
How to use checksums
b5254de92cc73d3c5b97f9fbb21d401475214ea69fe28a185d895c43de890f67
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/1.12.1 pkginfo/1.4.2 requests/2.19.1 setuptools/40.2.0 requests-toolbelt/0.8.0 tqdm/4.23.4 CPython/3.7.0

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

Download URL scikit_learn-0.20.1-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
9ebea27859a26c97ef33b6d07dc36190890a1ca4988eac317544a61001b90e92
BLAKE2b-256 checksum
How to use checksums
59e6dee9653693480f56a26618fa372461a9898cb24b78f3e94ec908de47e358
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/1.12.1 pkginfo/1.4.2 requests/2.19.1 setuptools/40.2.0 requests-toolbelt/0.8.0 tqdm/4.23.4 CPython/3.7.0

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

Download URL scikit_learn-0.20.1-cp34-cp34m-manylinux1_x86_64.whl
Size 5.3 MB
Tags CPython 3.4 CPython 3.4 pymalloc Linux glibc 2.5+ x86-64
SHA-256 checksum
How to use checksums
e45a49f3bd713540b5607b77e8fc7057a289a795c5fe182333b286a4d3e0338b
BLAKE2b-256 checksum
How to use checksums
45ced4ea171b7200f08b68b22c722e223d4914de4a808b6bf0c22cd843ca01e6
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/1.12.1 pkginfo/1.4.2 requests/2.19.1 setuptools/40.2.0 requests-toolbelt/0.8.0 tqdm/4.23.4 CPython/3.7.0

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

Download URL scikit_learn-0.20.1-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
c1fd93ba6b684c3624a7f9b8e5afc6c78bc381fd2607504860c0367a7055994d
BLAKE2b-256 checksum
How to use checksums
f9c5539afc5af0ee77a68c8a2c22be882c7b999aba59a31965e22c3f1ed77715
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/1.12.1 pkginfo/1.4.2 requests/2.19.1 setuptools/40.2.0 requests-toolbelt/0.8.0 tqdm/4.23.4 CPython/3.7.0

Release files / scikit_learn-0.20.1-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.1-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
b8891cd8489aa622f2789a4a48b8e99e068bfef00653ae907a8fc89ee6c54682
BLAKE2b-256 checksum
How to use checksums
71b8fdf0f7a18c814fa51b51882ef80f699e1ae19f335a4e58e1f8ff52b776fb
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/1.12.1 pkginfo/1.4.2 requests/2.19.1 setuptools/40.2.0 requests-toolbelt/0.8.0 tqdm/4.23.4 CPython/3.7.0

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

Download URL scikit_learn-0.20.1-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
e8010c4fe8f1d3625c27a89625b35906869651094b5ef5a0b22cd8514501d7d8
BLAKE2b-256 checksum
How to use checksums
935fa7b89db4915ad20f25dde7c36e9cbc8fc6adb4a1ef65a999ef1ffc379316
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/1.12.1 pkginfo/1.4.2 requests/2.19.1 setuptools/40.2.0 requests-toolbelt/0.8.0 tqdm/4.23.4 CPython/3.7.0

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

Download URL scikit_learn-0.20.1-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
40c8f8f2e72dabb183820c7d77caa7b826d87d919056a02507c941f0e583c83e
BLAKE2b-256 checksum
How to use checksums
0d8832185647de7363d075aa43aaf3f7bd2afe8e1b14fa6dcf2753a60d363c48
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/1.12.1 pkginfo/1.4.2 requests/2.19.1 setuptools/40.2.0 requests-toolbelt/0.8.0 tqdm/4.23.4 CPython/3.7.0

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

Download URL scikit_learn-0.20.1-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
cb439dc1d8ee60f441594db1a12543c4e91260cd548b7ad9bc58bff3916f8dde
BLAKE2b-256 checksum
How to use checksums
09fd074c20ce7b17631988e5175b843b90443fb58f395fe8bd064495e47dbae1
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/1.12.1 pkginfo/1.4.2 requests/2.19.1 setuptools/40.2.0 requests-toolbelt/0.8.0 tqdm/4.23.4 CPython/3.7.0

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

Download URL scikit_learn-0.20.1-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
68df1b389647f300f6f93535b0eb94efacbf5e670982c1936885e7981409dd3f
BLAKE2b-256 checksum
How to use checksums
f051554b7213725fffbf5eae823c92e9ab388674a896fa1d4ced5a73e9e49231
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/1.12.1 pkginfo/1.4.2 requests/2.19.1 setuptools/40.2.0 requests-toolbelt/0.8.0 tqdm/4.23.4 CPython/3.7.0

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

Download URL scikit_learn-0.20.1-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
82743bf812380ed767a9c3c263a8f0d76e7af93abd2404ee199bf46e57e56f4f
BLAKE2b-256 checksum
How to use checksums
c3238998fab022eba618732438ff25b8da506a75758ccc27a570cf8016434a14
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/1.12.1 pkginfo/1.4.2 requests/2.19.1 setuptools/40.2.0 requests-toolbelt/0.8.0 tqdm/4.23.4 CPython/3.7.0

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

Download URL scikit_learn-0.20.1-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
9ee7e147fcb7355ea646916f13eacb71f89c90ccbf9b067078f14c4675cc0003
BLAKE2b-256 checksum
How to use checksums
cdd50408976ac00293455e5eb0e3d29e91faa5ee65dfc0f63b35a0d3f4f8b4f7
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/1.12.1 pkginfo/1.4.2 requests/2.19.1 setuptools/40.2.0 requests-toolbelt/0.8.0 tqdm/4.23.4 CPython/3.7.0

Release files / scikit_learn-0.20.1-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.1-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
1ccbc5d9bdd933f3f75a3e8f0a60eac764388be84cee9e66bfd51d16992996f0
BLAKE2b-256 checksum
How to use checksums
17932bd28a74b12dab479d79cab5485e265dc9d2d26b781a04ef2d5aa9f4a5bc
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/1.12.1 pkginfo/1.4.2 requests/2.19.1 setuptools/40.2.0 requests-toolbelt/0.8.0 tqdm/4.23.4 CPython/3.7.0

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.1 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