When using the multi-label modeling operator, is the Set role operator required?
read csv > split(train, test) > multi label modeling > multi performance
> apply model
Referring to the tutorial of the multi label modeling operator,
I created a very simple process as above and accidentally did not include the set role operator.
However, the label values of the test set were predicted normally and the errors were also output.
The problem is that when the set role is reinserted, the predicted value and error change.
I specified a label as a subset in the multi-label modeling operator settings,
but I would like to know whether set-role is necessary and why the results are different.
As always, thank you for your help.
but I would like to know whether set-role is necessary and why the results are different.
As always, thank you for your help.