How I get out of missing label error

Shanthisrisweety_123Shanthisrisweety_123 Member Posts: 1 Newbie
edited April 2020 in Help
Tagged:

Answers

  • jacobcybulskijacobcybulski Member, University Professor Posts: 391 Unicorn
    You may have several errors here. First, I suspect your selected attribute was used in Set Role but not be set to "label". Second, if you set the label within your cross-validation your model will be able to train but when it comes to the validation side your Performance operator will have nothing to compare with the prediction. You should Set Role outside the loop.
    Jacob
Sign In or Register to comment.