Due to recent updates, all users are required to create an Altair One account to login to the RapidMiner community. Click the Register button to create your account using the same email that you have previously used to login to the RapidMiner community. This will ensure that any previously created content will be synced to your Altair One account. Once you login, you will be asked to provide a username that identifies you to other Community users. Email us at Community with questions.
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 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