I want to classify news in the mongodb
database to certain specific categories using Naive Bayes.
My training data contains different set of news of the fields sports, arts, entertainment etc. I have to train this data and build a model and then apply test data for checking its accuracy.. I have already done that which is showing good accuracy but the problem is that now I have to train data inside a database... I have used lingpipe tool for that...
Now what I want is that my mongodb
database has different sets of data based on each categories ...how can I train data inside a database...Is it possible???