Options

Test model for different outcome variable

aksahaaksaha Member, University Professor Posts: 5 University Professor
Hi,
 I have rapidminer deep learning predictive model for a output variable, I want to see how to the model performs to a different outcome variable using the same learning information. What would be the best operator to use ?
Thanks

Answers

  • Options
    sgenzersgenzer Administrator, Moderator, Employee, RapidMiner Certified Analyst, Community Manager, Member, University Professor, PM Moderator Posts: 2,959 Community Manager
    hi @aksaha I'm not sure exactly what you mean here. Do you want to rebuild the model with a new predicted class, or do you want to score the model on new data with the same predicted class? The latter is easy - just use Apply Model. The former is not hard either - just use Set Role to set a new predicted class and build the model again.

    Does that help?

    Scott
  • Options
    varunm1varunm1 Moderator, Member Posts: 1,207 Unicorn
    Hello @aksaha

    If you are looking to predict multiple label columns, which I think you are trying to do. You need to use a "Multi-label modeling" operator. You can see the tutorial in that operator "help" window. 

    Note: Multi-label modeling creates multiple models based on the number of outcome variables (attributes) you are trying to predict.

     I want to see how to the model performs to a different outcome variable using the same learning information
    Generally, a model trained for one outcome variable will support prediction for that variable. If you are looking for "transfer learning" then I am not sure if rapidminer supports that. 

    If you are trying to predict the same label column for new data, then @sgenzer suggestion works 
    Regards,
    Varun
    https://www.varunmandalapu.com/

    Be Safe. Follow precautions and Maintain Social Distancing

Sign In or Register to comment.