0 comments (0 comments)0 reactions (0 reactions)0 assignees (0 assignees)Python4,574 stars (4,574 stars)553 forks (553 forks)batch import
Good first issueNew feature
- Issue 種別
- feature
- 調査方針
- The issue requests implementing CategoricalNB for river's naive bayes module. Start by studying the scikit learn implementation (link provided). Review the discussion in river issue #774 for any design decisions. Then look at existing naive Bayes implementations in river, such as GaussianNB or MultinomialNB, to understand the expected API and structure. No existing PRs.