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

armina
armina New Altair Community Member
edited November 2024 in Community Q&A
how applying sub processes on my data set depending upon the performance value?
Tagged:

Answers

  • varunm1
    varunm1 New Altair Community Member
    Hello @armina
    Can you please explain in detail? Which subprocess? What kind of dataset and what you are trying to do now?
    Thanks,
    Varun
  • armina
    armina New Altair Community Member
    Thank you
    I 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?
  • lionelderkrikor
    lionelderkrikor New Altair Community Member
    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


  • Telcontar120
    Telcontar120 New Altair Community Member
    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.