File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -6,8 +6,8 @@ This repository holds the code for the forthcoming book "Introduction to Machine
6
6
Learning with Python" by [ Andreas Mueller] ( http://amueller.io ) and [ Sarah Guido] ( https://twitter.com/sarah_guido ) .
7
7
You can find details about the book on the [ O'Reilly website] ( http://shop.oreilly.com/product/0636920030515.do ) .
8
8
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
11
11
scikit-learn, though you need to adjust the import for everything from the
12
12
`` model_selection `` module, mostly `` cross_val_score `` , `` train_test_split ``
13
13
and `` GridSearchCV `` .
You can’t perform that action at this time.
0 commit comments