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.
Age
paolamzavarce
Member Posts: 1 Learner I
in Help
Hi! I am trying to create an atrribute which contains the age of a person since de day of birth to Agust 8 1990. Does anybody know how to do it?
0
Answers
"Generate Attribute" operator is your best friend You can use date_diff() function in the formula to calculate the gap between the birthday and Aug 8 1990. Just make sure date_diff is applied to two dates. And it will return the time difference in milliseconds. You can convert into years by rescaling.
Cheers,
YY