Skip to content

Plant Eater Solution


It'd be better to use a metric like F0.5 which considers recall half as important as precision.

Explanation

When it comes to eating plants, it's very important not to eat something poisonous. Therefore, your evaluation metric should put a heavier emphasis on precision than recall. Alternatively stated,

  • when you predict a plant is edible, it's important to be correct, even at the cost of incorrectly predicting that 2 or 3 edible plants are inedible.
  • incorrect true predictions should be more heavily penalized than incorrect false predictions

Remember

  • precision = accuracy rate of true predictions
  • recall = accuracy rate of predictions on true instances