how applying sub processes on my data set depending upon the performance value?

armina
New Altair Community Member
Answers
-
Thank youI have data from Android malware and I want the model to enter the second phase of machine learning if the performance of the first machine is low. How can I do this?0
-
Hi @armina,
I think you can take a look at the OPERATIONALIZATION template process of RapidMiner. You can access to this process via File -> New Process.
Hope this helps,
Regards,
Lionel
2 -
You can also look at the Branch operator or Handle Exception operator, both of which provide the ability to do IF....THEN type logic. Depending on exactly what you want to do they may be suitable.2