0 留言 (0 留言)0 反應 (0 反應)0 負責人 (0 負責人)Python4,574 star (4,574 star)553 fork (553 fork)batch import
Good first issueNew feature
- 議題類型
- 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.