Probabilistic-Programming-and-Bayesian-Methods-for-Hackers icon indicating copy to clipboard operation
Probabilistic-Programming-and-Bayesian-Methods-for-Hackers copied to clipboard

do you have code for Bayesian classifier for categorical data?

Open Sandy4321 opened this issue 5 years ago • 0 comments

do you have code for Bayesian classifier for categorical data? It is ridiculous, but nobody have such a practical code even scikit learn added recently one but , this code crashes, when there is new observation in test data, which was not seen in train data https://scikit-learn.org/stable/modules/generated/sklearn.naive_bayes.CategoricalNB.html#sklearn.naive_bayes.CategoricalNB

and if you have , is it plain python code or PyMC code?

Sandy4321 avatar Mar 16 '20 17:03 Sandy4321