"Missing Label Error"

Legacy UserLegacy User Member Posts: 0 Newbie
edited May 2019 in Help
Hi All!

Im trying to mine with naive bayes, but i get the following error:

Error in: NaiveBayes (NaiveBayes) Input example set does not have a label attribute Many operators like classification and regression methods or the PerformancEvaluator require the input example sets to have a label or class attribute. If this not the case, applying these operators is pointless. If you read the data using an ExampleSource, you can specify the label attribute by using a 'label' tag in the attribute description file.

The problem is that i have a label:

image

What am I doing wrong?

Tagged:

Answers

  • Legacy UserLegacy User Member Posts: 0 Newbie
    image
  • Legacy UserLegacy User Member Posts: 0 Newbie
    lol.. and while im at it... i tried to mine it with the Feature Weighting from the Wizard, which gives me this error message:

    Error in: Learner (LibSVMLearner) This learning scheme does not have sufficient capabilities for the given data set: polynominal attributes not supported Each learning scheme has particular capabilities for data set handling. For example, some learners can only handle numerical attributes and can not learn from nominal attributes. Please perform a preprocessing step to transform your data set or use an alternative learning scheme. In case of a polynominal label attribute, i.e. a classification task with more than two classes, you can use a learning scheme capable only for binominal classes by wrapping a Binary2MultiClassLearner around the learning operator.

    although i dont have polynominal attributes...
  • TobiasMalbrechtTobiasMalbrecht Moderator, Employee, Member Posts: 294 RM Product Management
    Hi,

    could you please post your process XML for the first process?

    Thanks,
    Tobias
Sign In or Register to comment.