Skip to content

Commit ab71c37

Browse files
committed
add note about wrong chapter reference
1 parent 7692c64 commit ab71c37

File tree

1 file changed

+11
-2
lines changed

1 file changed

+11
-2
lines changed

Diff for: docs/errata/README.md

+11-2
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ To turn those annoyances into something positive, I will donate $5 to [UNICEF US
77
Also below, I added a small leaderboard to keep track of the errata submissions and errors you found. Please let me know if you don't want to be explicitely mentioned in that list!
88

99

10-
- Amount for the next donation: 85$
10+
- Amount for the next donation: 90$
1111
- Amount donated: 0$
1212

1313

@@ -19,6 +19,7 @@ Contributor list:
1919
6. Oliver Tomic ($20)
2020
7. gabramson ($15)
2121
1. Gogy ($10)
22+
12. Haesun Park ($10)
2223
2. Christian Geier ($5)
2324
3. Pieter Algra / Carlos Zada ($5)
2425
4. @gabramson ($5)
@@ -30,6 +31,7 @@ Contributor list:
3031
11. Poon Ho Chuen ($5)
3132

3233

34+
3335
<br>
3436
<br>
3537
<br>
@@ -68,15 +70,22 @@ pg. 55
6870

6971
pg. 56
7072

71-
Wrong chapter reference in the info box:
73+
Earlier prints of the book had a chapter reference in the info box:
7274

7375
> In ~Chapter 5, Compressing Data via Dimensionality Reduction~ {Chapter 6: Learning Best Practices for Model Evaluation and Hyperparameter Tuning}, you will learn about useful techniques, including graphical analysis such as learning curves, to detect and prevent overfitting.
7476
77+
pg. 81
78+
79+
On pg. 81, I incorrectly state that the `Perceptron` class uses LIBLINEAR. It uses a regular SGD implementation instead for optimization.
7580

7681
pg. 91
7782

7883
On the top of the page, it says "Here, p (i | t ) is the proportion of the samples that belong to class c." The "*c*" should be changed to *i*.
7984

85+
pg. 99
86+
87+
There is a wrong chapter reference at the bottom of this page. It should be *Chapter 6* and not *Chapter 5*.
88+
8089
pg. 101
8190

8291
The text description references "entropy" as the impurity criterion being used in the `RandomForestClassifier`. However, `"gini"` is used in the code example, and thus "entropy" should be changed to "gini" in the text as well.

0 commit comments

Comments
 (0)