Hi!
I have a set of data such that:
Memberof | Name | Surname | Points
SP Demo Demo 53
SP Demo1 .. Demo 51
SP ............................... 56
BM ............................... 49
BM ............................... 42
AX ............................... 11
GZ ................................ 22
Using the data in the "Points" column, I'm trying to get Rapidminer to classify the data into "Memberof" values.
Example of expected result:
> = 50 Points
SP
<50 Poinra
VM
AX
GZ
Do you know any basic tutorial or model to learn how to do it? My idea is to later use the "AutoModel" functionality.
Thank you very much