slds-lmu / lecture_i2ml

I2ML lecture repository
https://slds-lmu.github.io/i2ml/
Creative Commons Attribution 4.0 International
147 stars 81 forks source link

[fix] naive bayes: variances #1225

Open ludwigbothmann opened 4 months ago

ludwigbothmann commented 4 months ago

:bug: :bug: :bug:

Chapter name

Supervised Classification - naive Bayes

Location

Definition of Naive Bayes

Description & proposed fix

It is not entirely clear - notation-wise - that variances of the features given class may differ over classes (it is I guess clear that they may differ over features)

Fix: add subscript for classes