I need to classify the text docs from elasticsearch using naive bayes classifier. I experimented on nltk but it doent have support for incremental or stream data handling. I referred to the below doc
Is it possible to do incremental training with H2O if yes, how? i am also open to use some other classifier which supports incremental mining.