The Altair Community is migrating to a new platform to provide a better experience for you. In preparation for the migration, the Altair Community is on read-only mode from October 28 - November 6, 2024. Technical support via cases will continue to work as is. For any urgent requests from Students/Faculty members, please submit the form linked here
I have to provide 2 models(1 has to neural net). It is for a card credit card fraud detection proj.
Andr3w_j_A
Member Posts: 3 Learner I
Here is the process i have come up with
Linear regression model
Neural Net
Struggling so bad so can anyone please help asap, please. It cannot even run as it is saying: "non-nominal label". Performance (classification) cannot handle numerical label. Can any one please help
0
Best Answer
-
BalazsBarany Administrator, Moderator, Employee-RapidMiner, RapidMiner Certified Analyst, RapidMiner Certified Expert Posts: 955 UnicornHi!
I don't see your label in the screenshot. What kind of attribute is it? The modeling algorithms and also the Performance operator need to match the label's type.
You should do Set Role before the cross validation, not inside it. The Performance operator needs to have both the prediction and the label attributes, but if you do it only in Training, it won't be applied in Testing.
Regards,
Balázs1
Answers