Hi Everyone, I am highly confused in using SAMOA. I went through complete documentation and I am able to run SAMOA on local as well on Storm. But as explained int he documentation we submit data and the classifier details from the command line and get the evaluation statistics as output.
But what I am trying to do is a bit different. I want to train the classifier model with the training data which I have. Then, I have a Kafka server setup which provides the stream of data. I want to take this data into SAMOA, predict the input instance using the Bagging (with VerticalHoeffdingTree) and store the predicted instance and corresponding class in the database. I am not sure how I can achieve this. I am not able to find any documentation regarding that. Please help me how I can do this and If there is any example code to do this, it will be really helpful. - Kind Regards, *Raman*
