From e9a26d7c88dac5b9173c49a26c24e1f0247031f1 Mon Sep 17 00:00:00 2001 From: Sebastian Raschka Date: Sun, 15 Mar 2020 11:33:08 -0500 Subject: [PATCH] Update README.md --- errata/README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/errata/README.md b/errata/README.md index b31fc74a..efbf4b6f 100644 --- a/errata/README.md +++ b/errata/README.md @@ -16,7 +16,9 @@ ## Chapter 3 -- pg 56: The comment about the `n_iter` method can be ignored as it does not apply to recent scikit-learn versions (0.21 and newer) +- pg. 56: The comment about the `n_iter` method can be ignored as it does not apply to recent scikit-learn versions (0.21 and newer) + +- pg. 84: It says "XOR gate using the `logical_or` function from NumPy, " near the bottom, but it should be `logical_xor` instead of `logical_or` ## Chapter 5