You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ignite.apache.org by "Aleksey Zinoviev (JIRA)" <ji...@apache.org> on 2018/08/16 03:51:00 UTC

[jira] [Created] (IGNITE-9282) [ML] Add Naive Bayes classifier

Aleksey Zinoviev created IGNITE-9282:
----------------------------------------

             Summary: [ML] Add Naive Bayes classifier
                 Key: IGNITE-9282
                 URL: https://issues.apache.org/jira/browse/IGNITE-9282
             Project: Ignite
          Issue Type: Sub-task
          Components: ml
            Reporter: Aleksey Zinoviev


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
(v7.6.3#76005)