Interface to naivebayes::multinomial_naive_bayes #59
Labels
feature
a feature request or enhancement
tidy-dev-day 🤓
Tidyverse Developer Day rstd.io/tidy-dev-day
Interface to Multinomial Naive Bayes function
Parsnip already offers interfaces to several packages that perform Naive Bayes. However, none of the functions supported seem to accept data in the format of counts of features (particularly useful when you have a document term matrix).
The
naivebayes
package already supported has a function multinomial_naive_bayes which is designed for that case. But at the momentparsnip
only offers an interface to the genericnaive_bayes
function which doesn't include multinomial naive Bayes as an option.Could you add support for this function too, please? (See discussion on SO.)
The text was updated successfully, but these errors were encountered: