Skip to content

Commit a19c264

Browse files
committed
DOC Update scikit-learn version in what's new
1 parent 4255705 commit a19c264

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ This repository holds the code for the forthcoming book "Introduction to Machine
66
Learning with Python" by [Andreas Mueller](http://amueller.io) and [Sarah Guido](https://twitter.com/sarah_guido).
77
You can find details about the book on the [O'Reilly website](http://shop.oreilly.com/product/0636920030515.do).
88

9-
The books requires the current development version of scikit-learn, that is
10-
0.18-dev. Most of the book can also be used with previous versions of
9+
The books requires the current stable version of scikit-learn, that is
10+
0.20.0. Most of the book can also be used with previous versions of
1111
scikit-learn, though you need to adjust the import for everything from the
1212
``model_selection`` module, mostly ``cross_val_score``, ``train_test_split``
1313
and ``GridSearchCV``.

0 commit comments

Comments
 (0)