Hello @Oleg,
@Jenny wrote:
...didn't find precision and recall under model comparison. I'm wondering if JMP have these values.
JMP does not have these values natively in most platforms (as of the release of JMP 16.2), and as @Duane_Hayes answered in 2017, but they can be calculated from the output currently provided.
@Jenny wrote:
From my understanding, we sometimes may care more about precision or recall than misclassification rate in different situations, right?.
Yes this is my understanding.
To this end,
I am attaching an example with calculations in column formulas in JMP where Accuracy, F1-Score, Precision and Recall are calculated, using the formulas that I was readily able to find. Those for Precision and Recall are consistent with what @Jenny provided (also see p. 144 of "The StatQuest Illustrated Guide to Machine Learning!!!" by Josh Starmer, Ph.D, © 2022). Formulas for Accuracy and F1-Score can be found here among other places (Wikipedia): https://neptune.ai/blog/f1-score-accuracy-roc-auc-pr-auc. This example is from the VSSTeamData.jmp sample data file available as part of JMP's free online applied statistics course, STIPS. The calculations are consistent with what's reported by JMP in the Confusion Matrix output associated with the Partition model generated and saved herein as a saved data table script.
PatrickGiuliano_1-1659431181161.png
Click the green play button next to the script name to regenerate the model after opening the .jmp data table.
PatrickGiuliano_0-1659431007024.png
I hope this information is helpful! - Patrick Giuliano (@JMP Technical Support)