You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ignite.apache.org by "Aleksey Zinoviev (Jira)" <ji...@apache.org> on 2019/09/08 10:25:00 UTC

[jira] [Commented] (IGNITE-9746) [ML] Add Complement Naive Bayes

    [ https://issues.apache.org/jira/browse/IGNITE-9746?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16925138#comment-16925138 ] 

Aleksey Zinoviev commented on IGNITE-9746:
------------------------------------------

[~rgaleyev] Should we close this ticket as a fixed? Correct me if I'm wrong

> [ML] Add Complement Naive Bayes
> -------------------------------
>
>                 Key: IGNITE-9746
>                 URL: https://issues.apache.org/jira/browse/IGNITE-9746
>             Project: Ignite
>          Issue Type: Sub-task
>          Components: ml
>            Reporter: Ravil Galeyev
>            Priority: Major
>
> 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.
> [Complement Naive Bayes|http://scikit-learn.org/stable/modules/naive_bayes.html#complement-naive-bayes] is an adaptation of the standard multinomial naive Bayes (MNB) algorithm that is particularly suited for imbalanced data sets.
> Requirements for successful PR:
>  # PartitionedDataset usage
>  # Trainer-Model paradigm support
>  # Tests for Model and for Trainer (and other stuff)
>  # Example of usage with small, but famous dataset like IRIS, Titanic or House Prices
>  # Javadocs/codestyle according guidelines



--
This message was sent by Atlassian Jira
(v8.3.2#803003)