Tagged: 

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #2796
    nermen
    Participant

    Hi All,
    I’m asking about Classification confidence should I make the confidence for class “0” as in class “1” class. I’m asking which version of output should I send.
    for example:
    version 1:
    {“xxx”: {
    “class”: 1,
    “class_conf”: 0.9999923706054688
    },
    “xxy”: {
    “class”: 0,
    “class_conf”: 0.0002947049797512591
    }
    }

    version 2:
    {“xxx”: {
    “class”: 1,
    “class_conf”: 0.9999923706054688
    },
    “xxy”: {
    “class”: 0,
    “class_conf”: 0.9999923706054688
    }
    }

    Thx

    #2798
    thejbills
    Keymaster

    The confidence is not related to the class. If you check the scoring function, you will see that you get no points if you set a confidence of zero.

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.