The Altair Community is migrating to a new platform to provide a better experience for you. In preparation for the migration, the Altair Community is on read-only mode from October 28 - November 6, 2024. Technical support via cases will continue to work as is. For any urgent requests from Students/Faculty members, please submit the form linked 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