About the recap of Adaline on page 367 #163
baifanhorst
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
On page 367, the threshold for prediction is 0. It should be 0.5 if the samples are labeled by 0 and 1. Previously on page 70, the threshold is indeed set to 0.5. If the labels are -1 and 1, the zero threshold should be used.
Beta Was this translation helpful? Give feedback.
All reactions