Dears,
i will try to build a scoring model using Rapidminer (Classification Models). is it possible in rapidminer to have score like below for each significant variable? so the higher the score is the more the predicted value will be a YES.
example
Attribute |
Condition |
Score |
Age |
18 < x<=30 |
6 |
Age |
>30 |
-2 |
Domiciliation |
Yes |
5 |
Issurance |
No |
-2 |
For example in this case if the
age is between 18 and 30 and the customer has a conciliation (flagged as yes) the customer score will be
11.
Thank you ,
Mario