I am trying to implement Naive Bayes Gaussian classifier on the number classification data. Where each feature represents a pixel.
When trying to implement this, I hit a bump, I've noticed that some the feature variance equate to 0. This is an issue because I would not be able to divide by 0 when trying to solve the probability.
What can I do to work around this?