The Altair Community is migrating to a new platform to provide a better experience for you. In preparation for the migration, the Altair Community is on read-only mode from October 28 - November 6, 2024. Technical support via cases will continue to work as is. For any urgent requests from Students/Faculty members, please submit the form linked here

Different Results on Different Versions

User45825User45825 Member Posts: 1 Learner III
edited September 2019 in Help
I have performed an experiment using auto model on two different versions i.e. RapidMiner Studio 9.0.003 and 9.3.001. My input data, task, target, and features were exactly the same. I ran the auto model process with keeping the default settings, however, I got a different set of results. For instance, Naïve Base Accuracy and AUC values on version 9.0.003 were 40% and 0.836 respectively, while on the version 9.1.003 they were 64% and 0.535. 
It will be helpful to get the possible reasons of such discrepancies.

Best Answer

Answers

  • Telcontar120Telcontar120 RapidMiner Certified Analyst, RapidMiner Certified Expert, Member Posts: 1,635 Unicorn
    If you want your results to be perfectly reproducible, you also need to set the local random seed (any number will do) because this will remove any potential impact from quasi-random process steps such as training and testing splits in cross-validation, etc.

    Brian T.
    Lindon Ventures 
    Data Science Consulting from Certified RapidMiner Experts
Sign In or Register to comment.