Question

I would like to know how can we see the predictable labels given by a classifier using RapidMiner?

Can we have it as an attribute output as in the clustering results?

Thanks in advance! Telma

Was it helpful?

Solution

Having built a model, use the Apply Model operator to apply it to an example set. The result will have a new attribute with a name like Prediction("labelname") where "labelname" is the name of the label attribute. If the label has polynominal values, additional attributes will be created for each possible value giving the confidence for the prediction.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top