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

Naive bayes correction suggestion #229

Closed agamemnonc closed 3 years ago

agamemnonc commented 3 years ago

Replace "assumption of independence" with "conditional independence". Alternatively, this can be formulated as: "... assumption of independence of the features given (or conditioned on) the class.

christophM commented 3 years ago

That's better, thanks!