compare labels

SimonKSimonK Member Posts: 20 Contributor I
Hello,

Is there a way to compare the predicted label and the actual label of unseen test data in the Model Simulator?

thanks in advance

Simon

Best Answer

  • ceaperezceaperez Member Posts: 517 Unicorn
    Solution Accepted
    Hi @SimonK,

    Did you try the Apply Model operator? Is that information not enough?

    Best.

    Cesar

Answers

  • ceaperezceaperez Member Posts: 517 Unicorn
    edited July 2021
    Hi @SimonK,

    There are three input ports in the Simulator Operator
    Mod, tra and tes.
    The tes port correspond to the test dataset. you can connect here an untried test dataset.

    Best. 

    Cesar
  • SimonKSimonK Member Posts: 20 Contributor I

    I would be interested in an output port where I can compare the predicted labels with the actual labels.

    Simon
  • ceaperezceaperez Member Posts: 517 Unicorn
    Hi @SimonK,

    could you explain in more detail what you need?

    Best, 

    Cesar
  • SimonKSimonK Member Posts: 20 Contributor I

    I would like to generate an ExampelSet where I compare the actual test values and the predicted test values. The Model Simulator only gives me an overall result, but I would like to compare the results in each row.

    Simon

  • SimonKSimonK Member Posts: 20 Contributor I

    that was exactly the operator I was looking for.

    Thank you very much!

    Simon
Sign In or Register to comment.