Questions tagged [parameter]

45 questions
9
votes
3 answers

What is the correct way to compute Mean F1 score?

I have a set of 10 experiments that compute precision, recall and f1-score for each experiment. Now, average precision & average recall is easy to compute. I have some confusion regarding average f1-score. There are 2 ways on how i can compute mean…
Pinkesh Badjatiya
  • 249
  • 1
  • 2
  • 7
4
votes
1 answer

Parameter estimation: reduce time

I have a two-class prediction model; it has n configurable (numeric) parameters. The model can work pretty well if you tune those parameters properly, but the specific values for those parameters are hard to find. I used grid search for that…
oopcode
  • 193
  • 4