Closed DanyYan closed 5 years ago
Label column is only for evaluation in the example codes. The algorithm is unsupervised, thus you don't need to set the label column for model fitting.
hello, I have another problem.If I use unlabeled data to train, how can I evaluate the model?
You cannot evaluate the model without labeled data, the algorithm is unsupervised and only detects isolated data in its way, but you don't know which is the real isolated data without labels.
ok, so does the lable 1 means the isolated data?
yes
ok,thank you.
I find the example need to set the label column, so can't this model be used for unlabeled data?