Pergunta

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

Foi útil?

Solução

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.

Licenciado em: CC-BY-SA com atribuição
Não afiliado a StackOverflow
scroll top