You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ignite.apache.org by "Yury Babak (JIRA)" <ji...@apache.org> on 2017/11/13 08:59:00 UTC

[jira] [Created] (IGNITE-6878) Naive Bayes classifier for ML module

Yury Babak created IGNITE-6878:
----------------------------------

             Summary: Naive Bayes classifier for ML module
                 Key: IGNITE-6878
                 URL: https://issues.apache.org/jira/browse/IGNITE-6878
             Project: Ignite
          Issue Type: New Feature
      Security Level: Public (Viewable by anyone)
          Components: ml
            Reporter: Yury Babak


Naive Bayes classifiers are a family of simple probabilistic classifiers based on applying Bayes' theorem with strong (naive) independence assumptions between the features.

So we want to add this algorithm to Apache Ignite ML module.

Ideally, implementation should support both multinomial naive Bayes and Bernoulli naive Bayes.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)