How I get out of missing label error
Shanthisrisweety_123
New Altair Community Member
Answers
-
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.Jacob0