File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ scikit-learn
27
27
============
28
28
29
29
scikit-learn is a Python module for machine learning built on top of
30
- SciPy and distributed under the 3-Clause BSD license.
30
+ SciPy and is distributed under the 3-Clause BSD license.
31
31
32
32
The project was started in 2007 by David Cournapeau as a Google Summer
33
33
of Code project, and since then many volunteers have contributed. See
@@ -52,8 +52,8 @@ scikit-learn requires:
52
52
- SciPy (>= 0.17.0)
53
53
- joblib (>= 0.11)
54
54
55
- **Scikit-learn 0.20 was the last version to support Python2 .7. **
56
- Scikit -learn 0.21 and later require Python 3.5 or newer.
55
+ **Scikit-learn 0.20 was the last version to support Python 2 .7. **
56
+ scikit -learn 0.21 and later require Python 3.5 or newer.
57
57
58
58
For running the examples Matplotlib >= 1.5.1 is required. A few examples
59
59
require scikit-image >= 0.12.3, a few examples require pandas >= 0.18.0.
@@ -69,7 +69,7 @@ User installation
69
69
~~~~~~~~~~~~~~~~~
70
70
71
71
If you already have a working installation of numpy and scipy,
72
- the easiest way to install scikit-learn is using ``pip `` ::
72
+ the easiest way to install scikit-learn is using ``pip `` ::
73
73
74
74
pip install -U scikit-learn
75
75
You can’t perform that action at this time.
0 commit comments