🎉Community Raffle - Win $25

An exclusive raffle opportunity for active members like you! Complete your profile, answer questions and get your first accepted badge to enter the raffle.
Join and Win

Error message in a process using Decision tree model and Cross validation operator

User: "tonyboy9"
Altair Community Member
Updated by Jocelyn
This is my data set. The target attribute is "not.fully.paid."



This is the process page one:



This is the Process page two, Cross validation.

The error message reads: Non-nominal label. The label attribute (not.fully.paid)
must be nominal for the calculation of performance criteria for binomial classifi-
cation tools.

The Performance operator I chose is for Classification.




Any helpful advice about where I went wrong here is appreciated.

Tony





Sort by:
1 - 1 of 11
    User: "FaraazSarfalak"
    New Altair Community Member
    Accepted Answer
    Hello, Mate.I think you will have to convert notfullypaid by using the operator numerical to binominal because I think the attribute notfullypaid is of integer type.