You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Nov 19, 2020. It is now read-only.
Hi,
I'm trying to build a discrete classification system based on a Naive Bayes Learner. All my attributes/features take discrete values. But my test sample instances have values for some attributes which did not occur in my training sample. Please let me know if there is a way to handle occurrence of new values in test sample.
Is laplace smoothing included in the naive bayes implementation.??? This would help.