🎉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

Auto Model

User: "[Deleted User]"
New Altair Community Member
Updated by Jocelyn
Hi there
Would you please tell me how can I change the predictive algorithm in َAuto Model?
I mean that: how can I use spesific algorithm that I need except  algorithms that we have in Auto Model?
Bcause this is the first time that I use Rapidminer. 

Find more posts tagged with

Sort by:
1 - 2 of 21
    User: "Telcontar120"
    New Altair Community Member
    Accepted Answer
    AutoModel is limited to a specific set of algorithms that are chosen because they work well in a wide variety of use cases and can be applied automatically through the wizard interface.
    If you need a specific modeling algorithm that is not one of the preselected choices, your best bet is to use AutoModel to generate a model, then open the actual process associated with it, and then change out the learner algorithm manually.  This may then require you to select additional model parameters depending on the algorithm chosen.

    User: "varunm1"
    New Altair Community Member
    Accepted Answer
    Updated by varunm1
    Hello @mbs

    As mentioned by @Telcontar120 you cannot add more models directly into Auto Model. But you can open any model in automodel by clicking open process and copy the XML of that process. You can find XML code by going to View--> Show Panel--> XML. Once you copy the XML code from XML window then open a new blank process window and paste this copied code in the XML window of a blank process. Click on the green tick mark on XML window, this shows you the operators in the process window. Here you can change the model you want and add some parameters related to that model.