christophM / interpretable-ml-book

Book about interpretable machine learning
https://christophm.github.io/interpretable-ml-book/
Other
4.75k stars 1.06k forks source link

Fixed typo in RBF kernel equation #160

Closed nilsreiter closed 4 years ago

nilsreiter commented 4 years ago

Correct according to Wikipedia has a $-\gamma$ within the parentheses.

(Section is 6.3.1)

christophM commented 4 years ago

Good catch, thanks!