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

User: "caesar"
New Altair Community Member
Updated by Jocelyn
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.

Find more posts tagged with

Sort by:
1 - 2 of 21
    User: "YYH"
    Altair Employee
    Accepted Answer
    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
    User: "caesar"
    New Altair Community Member
    OP
    Accepted Answer
    Thanks very much, that does the job, appreciate that.