Very interesting case!

We have 3 different implementations for NaiveBayes algorithm
https://apacheignite.readme.io/docs/naive-bayes

I suppose that this is the best for this task
https://apacheignite.readme.io/docs/naive-bayes#discrete-bernoulli-naive-bayes
Data should be prepared as Vectors in Ignite Cache to start training.

Dear Priya Yadav, could you please provide code or pseudocode with how you
populate your Ignite cache with sentences data, a few sentences will be
useful too.
Also will be useful, how could you solve this task in scikit-learn, I'll
try to help with the preprocessing code for this case.

Sincerely yours,
       Alexey

пт, 4 сент. 2020 г. в 19:40, Igor Belyakov <[email protected]>:

> Alexey,
>
> Do you have any thoughts regarding that?
>
> Igor
>
> On Fri, Sep 4, 2020 at 10:03 AM Priya Yadav <[email protected]> wrote:
>
>> Hi,
>>
>>
>>
>> Problem Statement: I have a feedback sentences having words separated by
>> spaces like normal English sentences. Using these sentences I need to
>> classify into categories based on some keywords. How should I preprocess my
>> data in order to use it in Naive-Bayes.
>>
>> Any leads would be helpful.
>>
>> Thanks in advance.
>>
>>
>> This email and any files transmitted with it are confidential,
>> proprietary and intended solely for the individual or entity to whom they
>> are addressed. If you have received this email in error please delete it
>> immediately.
>>
>

Reply via email to