Skip to content

Commit 65cf6ed

Browse files
committed
add mention of plot_group_kfold to plot_label_kfold rename
1 parent c7f0fc3 commit 65cf6ed

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

README.md

+6-1
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,11 @@ from IPython.display import display
3232
```
3333
Please add this line if you see an error involving ``display``.
3434

35+
36+
The first print of the book used a function called ``plot_group_kfold``.
37+
This has been renamed to ``plot_label_kfold`` because of a rename in
38+
scikit-learn.
39+
3540
## Setup
3641

3742
To run the code, you need the packages ``numpy``, ``scipy``, ``scikit-learn``, ``matplotlib``, ``pandas`` and ``pillow``.
@@ -54,7 +59,7 @@ You also need to install the graphiz C-library, which is easiest using a package
5459
If you are using OS X and homebrew, you can ``brew install graphviz``. If you are on Ubuntu or debian, you can ``apt-get install graphviz``.
5560
Installing graphviz on Windows can be tricky and using conda / anaconda is recommended.
5661

57-
## Errata
62+
## Submitting Errata
5863

5964
If you have errata for the (e-)book, please submit them via the [O'Reilly Website](http://www.oreilly.com/catalog/errata.csp?isbn=0636920030515).
6065
You can submit fixed to the code as pull-requests here, but I'd appreciate it if you would also submit them there, as this repository doesn't hold the

0 commit comments

Comments
 (0)