Due to recent updates, all users are required to create an Altair One account to login to the RapidMiner community. Click the Register button to create your account using the same email that you have previously used to login to the RapidMiner community. This will ensure that any previously created content will be synced to your Altair One account. Once you login, you will be asked to provide a username that identifies you to other Community users. Email us at Community with questions.

Is standard deviation reported when the Loop Parameters operator is used?

caesarcaesar Member Posts: 6 Learner I
Hi. I have a CV where, if run on it's own (outside of a Loop Parameters operator) I get average accuracy and
the standard deviation. However, when I run my CV within the Loop Parameters operator, changing the Neural Net training cycles, I only get accuracy reported for each of my training cycle settings. Is it possible to have the standard deviation returned also - is there some setting I must apply?

Thank you.

Best Answers

  • yyhuangyyhuang Administrator, Employee, RapidMiner Certified Analyst, RapidMiner Certified Expert, Member Posts: 364 RM Data Scientist
    Solution Accepted
    Hi @caesar,

    You are able to get the standard deviation of the performance metrics from Cross Validation. 

    The log will record the average performance from the cross validated models. To get more details, you may have to convert performance to data (example set) and then post-process tables for a summary ("append" for all iterations).

    Attached is an example process. Hope it helps.

    Cheers,
    YY
  • caesarcaesar Member Posts: 6 Learner I
    Solution Accepted
    Thanks very much, that does the job, appreciate that.
Sign In or Register to comment.