Closed shoubhik closed 8 years ago
Yes it is supported. All the Modeler classes of the framework support the kFoldCrossValidation() method which can be used for cross validating their parameters.
Could you please specify how to use this Method? Which object should I call it on? It seems classifier.kFoldCrossValidate(dataframe, ...) does not work. I am not such an experienced Java Developer. There seems to be no other object in the TextClassification class that I can call it on.
Does Datumbox support cross-validation internally to tune the parameters? I see in this post (http://blog.datumbox.com/how-to-build-your-own-twitter-sentiment-analysis-tool/) you talk about a 10 fold cross validation. Do we need to do it on our own? I could not find any example for such. Currently, what is the best way for tuning parameters in Datumbox.