🎉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

Cross-Validation of R model failed

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

Hi RapidMiner,

 

I followed this tutorial (http://community.rapidminer.com/t5/RapidMiner-Studio-Knowledge-Base/Cross-Validation-of-R-Python-Models/ta-p/31978) to do cross validation of R Random Forest regression model but encountered an error as in the attached photo. However, the same R scripts work well for the single validation as in the attached process (Single-Validation.rmp). I also attached the cross validation process here. Do you have any idea?

 

Thanks a lot!

 

Best Regards,

phivu

R-Error.png

Find more posts tagged with

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

    The script error appears to be looking for the data. Check your R script for where the data is being loaded from. 

    User: "gmeier"
    New Altair Community Member
    Accepted Answer

    Please move your operator "R Apply Model" down a bit. Then you can see that its second input port is not connected to the tes-port. After fixing the connection it should work.

     

    Best,

    Gisa

    User: "phivu"
    New Altair Community Member
    OP

    Thanks Gisa!