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.
Replace all data with true and missing with false
hi,
is there a way to replace all data with TRUE and all mising values with FALSE
Tagged:
0
Best Answer
-
MartinLiebig Administrator, Moderator, Employee, RapidMiner Certified Analyst, RapidMiner Certified Expert, University Professor Posts: 3,525 RM Data Scientist
Hi @sHasan,
sure. Generate Attributes can do the trick. Just use:
if(missing([My Attribute]),TRUE,FALSE)
Best,
Martin
- Sr. Director Data Solutions, Altair RapidMiner -
Dortmund, Germany1
Answers
Thanks for the help Really appreciate it