We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5d61f43 commit 168907dCopy full SHA for 168907d
README.md
@@ -6,7 +6,7 @@ This repository holds the code for the forthcoming book "Introduction to Machine
6
Learning with Python" by [Andreas Mueller](http://amueller.io) and [Sarah Guido](https://twitter.com/sarah_guido).
7
You can find details about the book on the [O'Reilly website](http://shop.oreilly.com/product/0636920030515.do).
8
9
-The books require the current stable version of scikit-learn, that is
+The book 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
11
scikit-learn, though you need to adjust the import for everything from the
12
``model_selection`` module, mostly ``cross_val_score``, ``train_test_split``
0 commit comments