Interpreting RapidMiner regression accuracy results

Casper72Casper72 MemberPosts:17Contributor II
edited June 2019 inHelp
Hi, forgive me for asking such a simple question, but is "class recall" actually how well a model performs in predicting classes? At first I thought "class precision" would provide this information, but when testing the models my results consistently add up to "class recall".

Best Answer

Answers

  • Casper72Casper72 MemberPosts:17Contributor II
    Thank you so much!:)
    sgenzer
  • Casper72Casper72 MemberPosts:17Contributor II
    Update: the ordering of numbers I get in the confusion matrix does not correspond to what I see in the "Predictions" tab. When I manually calculate class precision and class recall from predictions vs actual values, it looks like the confusion matrix has switched the values around(?) from:

    TruePositive FalsePositive
    FalseNegative TrueNegative

    to:

    TruePositive FalseNegative
    FalsePositive TrueNegative


Sign InorRegisterto comment.