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,453
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