The RapidMiner community is on read-only mode until further notice. Technical support via cases will continue to work as is. For any urgent licensing related requests from Students/Faculty members, please use the Altair academic forum here.
How can I get high f-measure for predicting a model?
Hi. I tried using naive bayes in split validator and used sample (bootstrapping) but the measure that I'm getting is so low. I'm expecting to get 99 max and 85 lower for f-measure but I keep on getting 30 max and 10 lower. What am I doing wrong? I even played with the split ratio but I'm getting the same results.
0
Answers
You may need to run optimization for hyper-parameter tuning with another model. Since Naive Bayes does not support any parameters.
F-measure is a harmonic mean of Precision and Recall (sensitivity) so it could be very low if you have imbalanced data!!
The attached process give an example that search for the best value for gamma, and C in SVM to achieve higher F-measurement
YY