🎉Community Raffle - Win $25

An exclusive raffle opportunity for active members like you! Complete your profile, answer questions and get your first accepted badge to enter the raffle.
Join and Win

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

User: "armina"
New Altair Community Member
Updated by Jocelyn
how applying sub processes on my data set depending upon the performance value?

Find more posts tagged with

Sort by:
1 - 4 of 41
    User: "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
    User: "armina"
    New Altair Community Member
    OP
    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?
    User: "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


    User: "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.