"Precision/Recall charts"
svm_friend
MemberPosts:3Contributor I
Is it possible to create 2D-Precision/Recall charts like this on:
http://proteomics.bioengr.uic.edu/malibu/docs/images/evaluate/spr_thumb.png
All I found were ROC-curves
http://proteomics.bioengr.uic.edu/malibu/docs/images/evaluate/spr_thumb.png
All I found were ROC-curves
Tagged:
0
Answers
I'm not quite sure, that this is exactly what you want. But you could log the precision / recall and plot it using the plotter as you plot your data.
Here's a process showing how to log them: Greetings,
Sebastian
what parameters should we consider
do you ask, which parameters you should log into the processLog? I think this depends on your task at hand. Values you never change probably don't give you much information. So include everything you might optimize or change during the process.
Greetings,
Sebastian