Skip to main content

Travis AppVeyor Coveralls 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 AUTHORS.rst file for a complete list of contributors.

It is currently maintained by a team of volunteers.

Website: http://scikit-learn.org

Installation

Dependencies

scikit-learn requires:

  • Python (>= 2.6 or >= 3.3)

  • NumPy (>= 1.6.1)

  • SciPy (>= 0.9)

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.

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 the nose package installed):

nosetests -v sklearn

Under Windows, it is recommended to use the following command (adjust the path to the python.exe program) as using the nosetests.exe program can badly interact with tests that use multiprocessing:

C:\Python34\python.exe -c "import nose; nose.main()" -v sklearn

See the web page http://scikit-learn.org/stable/install.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 AUTHORS.rst file for a complete list of 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.18.2

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.18.2
File Size Uploaded
scikit-learn-0.18.2.tar.gz 9.2 MB Details

Built distributions (wheels)

Table of built distributions (wheels) for scikit-learn 0.18.2
File
scikit_learn-0.18.2-cp36-cp36m-win_amd64.whl CPython 3.6 CPython 3.6 pymalloc Windows x86-64 Details
scikit_learn-0.18.2-cp36-cp36m-win32.whl CPython 3.6 CPython 3.6 pymalloc Windows x86-32 Details
scikit_learn-0.18.2-cp36-cp36m-manylinux1_x86_64.whl CPython 3.6 CPython 3.6 pymalloc Linux glibc 2.5+ x86-64 Details
scikit_learn-0.18.2-cp36-cp36m-manylinux1_i686.whl CPython 3.6 CPython 3.6 pymalloc Linux glibc 2.5+ x86-32 Details
scikit_learn-0.18.2-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+ Intel (x86-64, i386), macOS 10.6+ Intel (x86-64, i386), macOS 10.10+ Intel (x86-64, i386), macOS 10.9+ x86-64, macOS 10.10+ x86-64 Details
scikit_learn-0.18.2-cp35-cp35m-win_amd64.whl CPython 3.5 CPython 3.5 pymalloc Windows x86-64 Details
scikit_learn-0.18.2-cp35-cp35m-win32.whl CPython 3.5 CPython 3.5 pymalloc Windows x86-32 Details
scikit_learn-0.18.2-cp35-cp35m-manylinux1_x86_64.whl CPython 3.5 CPython 3.5 pymalloc Linux glibc 2.5+ x86-64 Details
scikit_learn-0.18.2-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+ Intel (x86-64, i386), macOS 10.10+ x86-64, macOS 10.10+ Intel (x86-64, i386), macOS 10.6+ Intel (x86-64, i386), macOS 10.9+ x86-64 Details
scikit_learn-0.18.2-cp34-cp34m-win_amd64.whl CPython 3.4 CPython 3.4 pymalloc Windows x86-64 Details
scikit_learn-0.18.2-cp34-cp34m-win32.whl CPython 3.4 CPython 3.4 pymalloc Windows x86-32 Details
scikit_learn-0.18.2-cp34-cp34m-manylinux1_x86_64.whl CPython 3.4 CPython 3.4 pymalloc Linux glibc 2.5+ x86-64 Details
scikit_learn-0.18.2-cp34-cp34m-manylinux1_i686.whl CPython 3.4 CPython 3.4 pymalloc Linux glibc 2.5+ x86-32 Details
scikit_learn-0.18.2-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.10+ x86-64, macOS 10.9+ Intel (x86-64, i386), macOS 10.6+ Intel (x86-64, i386), macOS 10.9+ x86-64 Details
scikit_learn-0.18.2-cp33-cp33m-manylinux1_x86_64.whl CPython 3.3 CPython 3.3 pymalloc Linux glibc 2.5+ x86-64 Details
scikit_learn-0.18.2-cp33-cp33m-manylinux1_i686.whl CPython 3.3 CPython 3.3 pymalloc Linux glibc 2.5+ x86-32 Details
scikit_learn-0.18.2-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.18.2-cp27-cp27mu-manylinux1_i686.whl CPython 2.7 CPython 2.7 pymalloc wide-unicode Linux glibc 2.5+ x86-32 Details
scikit_learn-0.18.2-cp27-cp27m-win_amd64.whl CPython 2.7 CPython 2.7 pymalloc Windows x86-64 Details
scikit_learn-0.18.2-cp27-cp27m-win32.whl CPython 2.7 CPython 2.7 pymalloc Windows x86-32 Details
scikit_learn-0.18.2-cp27-cp27m-manylinux1_x86_64.whl CPython 2.7 CPython 2.7 pymalloc Linux glibc 2.5+ x86-64 Details
scikit_learn-0.18.2-cp27-cp27m-manylinux1_i686.whl CPython 2.7 CPython 2.7 pymalloc Linux glibc 2.5+ x86-32 Details
scikit_learn-0.18.2-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+ x86-64, macOS 10.9+ Intel (x86-64, i386), macOS 10.6+ Intel (x86-64, i386), macOS 10.10+ Intel (x86-64, i386) Details
scikit-learn-0.18.2.win-amd64-py3.5.exe Details
scikit-learn-0.18.2.win-amd64-py2.7.exe Details
scikit-learn-0.18.2.win32-py3.5.exe Details
scikit-learn-0.18.2.win32-py2.7.exe Details

Total release size: 212.1 MB

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

Download URL scikit-learn-0.18.2.tar.gz
Size 9.2 MB
Tags Source
SHA-256 checksum
How to use checksums
f78c3e11bf38838eaf637cdd9e8d6b575a4a4048d1670a03a72b0d00d3f39ffa
BLAKE2b-256 checksum
How to use checksums
26c221c612f3a1b1ba97b7b4bbd1fcdc59b475a09e25efad13fec4565ab9d563
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No

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

Download URL scikit_learn-0.18.2-cp36-cp36m-win_amd64.whl
Size 4.1 MB
Tags CPython 3.6 CPython 3.6 pymalloc Windows x86-64
SHA-256 checksum
How to use checksums
9c1194d25cd8a68fabde6fe5fb0ce0d9ade78a1785d01731a0dc75e0ad66302c
BLAKE2b-256 checksum
How to use checksums
a786fab0d7835e30a861ed8e35e38e64d071a51f683058a6a70ff5ebd619b9dc
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No

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

Download URL scikit_learn-0.18.2-cp36-cp36m-win32.whl
Size 3.7 MB
Tags CPython 3.6 CPython 3.6 pymalloc Windows x86-32
SHA-256 checksum
How to use checksums
cb133084b8530de49bad852bd11e7f613e220fee50ccb6e62add675d1acab433
BLAKE2b-256 checksum
How to use checksums
7d58e2c6c24c12819745b1172439e85ced05cb7bd688ea16ecd4e7c605d9d693
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No

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

Download URL scikit_learn-0.18.2-cp36-cp36m-manylinux1_x86_64.whl
Size 11.8 MB
Tags CPython 3.6 CPython 3.6 pymalloc Linux glibc 2.5+ x86-64
SHA-256 checksum
How to use checksums
31789ed71ddb4facf7b47d6396da7d5485f434ff499ad09e061d67c6b292ff4b
BLAKE2b-256 checksum
How to use checksums
d151ca5be39c576c981cf8b8359fcb1ee49ca43d59b833415205cec5ef5c0fcd
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No

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

Download URL scikit_learn-0.18.2-cp36-cp36m-manylinux1_i686.whl
Size 11.1 MB
Tags CPython 3.6 CPython 3.6 pymalloc Linux glibc 2.5+ x86-32
SHA-256 checksum
How to use checksums
5cbd838cb35a469e634d4d1014db35f06cc4cf1c85022a1b778ecedf0fa37263
BLAKE2b-256 checksum
How to use checksums
06dc7d012e7e5adc81adcc8c8e46c2e5a8237409ac33dc3e08bf22fc882977b1
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No

Release files / scikit_learn-0.18.2-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.18.2-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.2 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
b8c1dbf7c91b4a75096daa4f383219bcc7d74689407ba31bef3ac45e991bfa77
BLAKE2b-256 checksum
How to use checksums
67a52e42bff2a196a96ccc275aef2b8569d169ad4ff0169a768c1d23c332ef40
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No

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

Download URL scikit_learn-0.18.2-cp35-cp35m-win_amd64.whl
Size 4.1 MB
Tags CPython 3.5 CPython 3.5 pymalloc Windows x86-64
SHA-256 checksum
How to use checksums
6b1cf381d3747df84dcf8414dd80a66c975365aa8b0bae6062346bd38d931047
BLAKE2b-256 checksum
How to use checksums
d0d104cc8f7807f552e9ce5b1db29597b21c5dd81be796f2983ab82072d137a3
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No

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

Download URL scikit_learn-0.18.2-cp35-cp35m-win32.whl
Size 3.7 MB
Tags CPython 3.5 CPython 3.5 pymalloc Windows x86-32
SHA-256 checksum
How to use checksums
37e86626a43791f8433dbd81b21928bd1c2402b226dd86462a562dd97d86100b
BLAKE2b-256 checksum
How to use checksums
bc7cfab86d70c5ae3908182ec910b43b8e98c551609cbd0f79f073fe0f2591e3
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No

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

Download URL scikit_learn-0.18.2-cp35-cp35m-manylinux1_x86_64.whl
Size 11.7 MB
Tags CPython 3.5 CPython 3.5 pymalloc Linux glibc 2.5+ x86-64
SHA-256 checksum
How to use checksums
be9400f27a2cf9d10a249217289b6dfc17156800f5b76a7f94b9251ade258d00
BLAKE2b-256 checksum
How to use checksums
7e20e04407935a2520ed569a94cbb3d63ac3b75bc1c33efceb5a5316e5083fec
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No

Release files / scikit_learn-0.18.2-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.18.2-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.2 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
85cb700dc20321b82031159409d02dc7bd9bd84959f61a2466f85921376cccbf
BLAKE2b-256 checksum
How to use checksums
9d308a71eda2f186a2e248b95e5654f9721bb4a9f03646e7c46372147a5e0844
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No

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

Download URL scikit_learn-0.18.2-cp34-cp34m-win_amd64.whl
Size 4.1 MB
Tags CPython 3.4 CPython 3.4 pymalloc Windows x86-64
SHA-256 checksum
How to use checksums
01c0b1e8572748dc3200f322ba6a1b1b5f246f51abeebdbcb070e6c69fbf5582
BLAKE2b-256 checksum
How to use checksums
d602ecac2a9e787270398dd5f6795c74dd6613b90bcc5485141b3d016fc5e34e
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No

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

Download URL scikit_learn-0.18.2-cp34-cp34m-win32.whl
Size 3.8 MB
Tags CPython 3.4 CPython 3.4 pymalloc Windows x86-32
SHA-256 checksum
How to use checksums
61475fda4f351fb5e1b1a5c78904a0a6c43b11031df66c9bee6969e056d71d91
BLAKE2b-256 checksum
How to use checksums
8b97d772f9828ffa679b519c1163d818ccb95f4f6baa5f62df225842c7101b5a
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No

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

Download URL scikit_learn-0.18.2-cp34-cp34m-manylinux1_x86_64.whl
Size 11.9 MB
Tags CPython 3.4 CPython 3.4 pymalloc Linux glibc 2.5+ x86-64
SHA-256 checksum
How to use checksums
06da7592ecee71d92495e975d4e4b03ca8848834bd170ba4663c19d7026ad763
BLAKE2b-256 checksum
How to use checksums
46c694089c7ef22bb5df7d797c9ca9a7dbce1cea881e42a912a77adc1f620f7f
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No

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

Download URL scikit_learn-0.18.2-cp34-cp34m-manylinux1_i686.whl
Size 11.1 MB
Tags CPython 3.4 CPython 3.4 pymalloc Linux glibc 2.5+ x86-32
SHA-256 checksum
How to use checksums
28d240d8b57d72ad49ef65eea62237bba26b16209b121b23e8a8c6170ef89aff
BLAKE2b-256 checksum
How to use checksums
8ece004ffeef2947723544a9fb6f15d9c6121eb8afe2f7f7619b6b05bfe138bd
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No

Release files / scikit_learn-0.18.2-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.18.2-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 7.2 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
687d9029c56ca6f7eb6ac8449f098d0964c2d698dcd80bfa9bf0715cb68264c3
BLAKE2b-256 checksum
How to use checksums
55e705938f756776b75e83c9183fa6c7f46bbe540f0eb3d4e963a7e111135e47
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No

Release files / scikit_learn-0.18.2-cp33-cp33m-manylinux1_x86_64.whl

Download URL scikit_learn-0.18.2-cp33-cp33m-manylinux1_x86_64.whl
Size 11.3 MB
Tags CPython 3.3 CPython 3.3 pymalloc Linux glibc 2.5+ x86-64
SHA-256 checksum
How to use checksums
c8e12e06d8fb00d51aa901b8c5eb7d56bc5b2e1d44c5767a1d737e03c1a74ebb
BLAKE2b-256 checksum
How to use checksums
f158268444c1d45d94ac6d1fa407271032f014dd503229ffc86234f21c929754
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No

Release files / scikit_learn-0.18.2-cp33-cp33m-manylinux1_i686.whl

Download URL scikit_learn-0.18.2-cp33-cp33m-manylinux1_i686.whl
Size 10.5 MB
Tags CPython 3.3 CPython 3.3 pymalloc Linux glibc 2.5+ x86-32
SHA-256 checksum
How to use checksums
937369f471c58dd89290436e4efcdec028c3b0931b414fa04f84488e715afdc7
BLAKE2b-256 checksum
How to use checksums
18cf733d94c8c355d2deb65b7bf6a2a121aabfd55fb815bf38fe8b72177fa0bd
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No

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

Download URL scikit_learn-0.18.2-cp27-cp27mu-manylinux1_x86_64.whl
Size 11.6 MB
Tags CPython 2.7 CPython 2.7 pymalloc wide-unicode Linux glibc 2.5+ x86-64
SHA-256 checksum
How to use checksums
6f8eba1b25fa0290f1925d2cf60aeac9dd18c6031dce7494069c8fec3c5f6d3e
BLAKE2b-256 checksum
How to use checksums
60f0c9db37931e1cf1d7d3a210ac3a18771cbe7ff6375c8f50c256793df63df8
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No

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

Download URL scikit_learn-0.18.2-cp27-cp27mu-manylinux1_i686.whl
Size 10.9 MB
Tags CPython 2.7 CPython 2.7 pymalloc wide-unicode Linux glibc 2.5+ x86-32
SHA-256 checksum
How to use checksums
34db52e3b567727ab6a3a44fb9896d4dfbbcb2077277e288eb3f161bcd134a44
BLAKE2b-256 checksum
How to use checksums
094629a710fc4ec9cb2f92a076891c9bb3ad90e2ab87b1de1d6d355dea7ba6bf
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No

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

Download URL scikit_learn-0.18.2-cp27-cp27m-win_amd64.whl
Size 4.3 MB
Tags CPython 2.7 CPython 2.7 pymalloc Windows x86-64
SHA-256 checksum
How to use checksums
0e475c00c571b5c6c25fee7192865de60a2adbe11e6e045dfca74bf5faa95b57
BLAKE2b-256 checksum
How to use checksums
ad29e4a07ff80ebaef1dcf02aed8f204e8ae3a86f4c063ebc40e11bd3fb3a7ab
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No

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

Download URL scikit_learn-0.18.2-cp27-cp27m-win32.whl
Size 3.9 MB
Tags CPython 2.7 CPython 2.7 pymalloc Windows x86-32
SHA-256 checksum
How to use checksums
2025da5a62f024a377f4f691d5482f2c9a02446d105f6e04f7e8d7c887ef5f2f
BLAKE2b-256 checksum
How to use checksums
8e94b005c3bc9a98095363e4a2197319fc969a1c4a181da19c8dcc3188e3d4ca
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No

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

Download URL scikit_learn-0.18.2-cp27-cp27m-manylinux1_x86_64.whl
Size 11.7 MB
Tags CPython 2.7 CPython 2.7 pymalloc Linux glibc 2.5+ x86-64
SHA-256 checksum
How to use checksums
4179810495a38bfe32fe8b13fe3b5495a8df537b1494cd34bfed31222ab73542
BLAKE2b-256 checksum
How to use checksums
254fe347b798d2d70189c58390ea689b803aa1b666b557be74a2e20190aa2bf8
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No

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

Download URL scikit_learn-0.18.2-cp27-cp27m-manylinux1_i686.whl
Size 10.9 MB
Tags CPython 2.7 CPython 2.7 pymalloc Linux glibc 2.5+ x86-32
SHA-256 checksum
How to use checksums
05f1f98fb594cfdb1bb9d18bdf605078fbb646a9b307728e0e016e80493f7f48
BLAKE2b-256 checksum
How to use checksums
36eee63fac03909a5f2c831a03912db24fb9284acca4dd322a170aac1fdc4a5d
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No

Release files / scikit_learn-0.18.2-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.18.2-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 7.5 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
6fb1cee93a13564cf2675d03ed0fc92324758c60267d8ac2aacfcb5e1a097b53
BLAKE2b-256 checksum
How to use checksums
69e67dbf430583a3128c3e4921c7db54c2c5242339fed045c70aec953d66c4de
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No

Release files / scikit-learn-0.18.2.win-amd64-py3.5.exe

Download URL scikit-learn-0.18.2.win-amd64-py3.5.exe
Size 4.7 MB
Tags Source
SHA-256 checksum
How to use checksums
b1546dbb87f2756a72d872826c7e5de4bc505fb2c9e69eb7cdd66b41eba05915
BLAKE2b-256 checksum
How to use checksums
68767b9cad0dae2b5af627d6042f795589bf948cffdac58b0941919a3e31bfe7
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No

Release files / scikit-learn-0.18.2.win-amd64-py2.7.exe

Download URL scikit-learn-0.18.2.win-amd64-py2.7.exe
Size 4.5 MB
Tags Source
SHA-256 checksum
How to use checksums
0c7bc01b54a714352f4944cdf014091ff136ec2b35e63e2ae31d54e0daa02f0d
BLAKE2b-256 checksum
How to use checksums
955547a28f715317668e978eaf18b9b0fbefe9a3a894e3647d923260a4726c5a
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No

Release files / scikit-learn-0.18.2.win32-py3.5.exe

Download URL scikit-learn-0.18.2.win32-py3.5.exe
Size 4.2 MB
Tags Source
SHA-256 checksum
How to use checksums
896c67d1c6cb21f17e2d8722a6b925e530b310ae8178d29e2414425cbe0fda7c
BLAKE2b-256 checksum
How to use checksums
0041bf7ed3a4287539b6fbba0fbc967380ba94eb4c5d43e6417b084982e4d3bf
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No

Release files / scikit-learn-0.18.2.win32-py2.7.exe

Download URL scikit-learn-0.18.2.win32-py2.7.exe
Size 4.1 MB
Tags Source
SHA-256 checksum
How to use checksums
eb504a00755194e8274ffd7c1b2130d8da6c4e267f5f65bba36bfee9f7f69511
BLAKE2b-256 checksum
How to use checksums
6071966b1fce24b55c3ff6d91db12af2a4b4c1a1810726f98aa55afe1dcd102e
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No

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