The RapidMiner community is on read-only mode until further notice. Technical support via cases will continue to work as is. For any urgent licensing related requests from Students/Faculty members, please use the Altair academic forum here.
Operator for grouping values
Hi guys!
Just wondering what operator can I use to do an aggregation.
In one of my colums I have values from 1-100 and I would like them in to 4 groups; Values 1-25 would be named as "very poor", 26-50 would be "poor", 51-75 would be "average" and 76-100 would be "great", and I would like these labels to be in a new column.
Do you have any suggestions on how to do this?
0
Best Answer
-
MartinLiebig Administrator, Moderator, Employee, RapidMiner Certified Analyst, RapidMiner Certified Expert, University Professor Posts: 3,525 RM Data Scientist
Hi,
have a look at the discretize operators. I think you want to take Discritize by User Specification and maybe a Map afterwards.
You could also do this with Generate Attributes.Best,
Martin
- Sr. Director Data Solutions, Altair RapidMiner -
Dortmund, Germany0
Answers
Hey Martin,
Thanks for that. I used the Generate attributes instead as that works much better for my data.
Thanks!
Regards,
Conn