🎉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

Running different predictive models in parallel

User: "jedmonds"
New Altair Community Member
Updated by Jocelyn

Is there a way I can run different predictive models in parallel on the same dataset to find which is the most accurate?  I don't seem to be able to split connections two ways.

Find more posts tagged with

Sort by:
1 - 3 of 31
    User: "Thomas_Ott"
    New Altair Community Member

    You an use a Multiply operator to split your training data and from there connect differnet algorithms and have multiple outputs. 

    User: "Telcontar120"
    New Altair Community Member

    You may also be interested in the "Compare ROCs" operator, which allows you to run mulitple learner types inside and then see how they compare in terms of ROC on your data.  These aren't optimized learners but they will give you a general sense of which types of algorithms look to be better suited to your specific problem.  

    You can also combine a optimize with a Select Subprocess operator to always get the better model.

     

    ~Martin