Test dataset (example set) not equal to sum of confusion matrix tabs.

User: "ssv112"
New Altair Community Member
Updated by Jocelyn
I have used 124 test datasets and used different ML operators but everytime my sum of test samples ( in confusion matrix) is not equal to example set (124) and comes different number with different ML technique. Can anyone explain why? 

Find more posts tagged with

Sort by:
1 - 1 of 11
    User: "lionelderkrikor"
    New Altair Community Member
    Accepted Answer
    @ssv112,

    A hypothesis : 

    If you are using Auto-Model, Auto-Model first calculates the performance on  7- hold out sets of the test set. Then Auto-Model uses the operator called Performance Average (Robust)  to create the final confusion matrix.
    This operator removes the performances with the highest and the lowest value for the main criterion from the input and calculates the average of the rest.
    So there is a factor 5/7 (or 7/5) between the number of samples in the initial test set and the sum of test samples in the final confusion matrix.

    Hope this helps.... if not please share your data and process.

    Regards,

    Lionel