🎉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

Performance (cost) sample not behaving as expected

MaartenKUser: "MaartenK"
New Altair Community Member
Updated by Jocelyn
I was looking into the performance (cost) component. It comes with a tutorial. The tutorial applies naive bayes to the Golf dataset using split validation. The outcome should be that 1 of 4 items is misclassified. However, if i run it, all items are misclasified as follows (play -> prediction):
yes -> no, no-> yes, yes -> no, yes -> no).
My collegue did not have this result. I am running this on an AMD Ryzen 5 3600 with RapidMiner 9.8.001. 
I did not change any of the paramters in the tutorial.
I Also rebuild the model from scratch which had the same results.

Find more posts tagged with

Sort by:
1 - 1 of 11
    Hi @MaartenK,

    I'm only able to reproduce what you observe if  : 
     - I check use local random seed and local random seed = 1992 in the parameters of Split Validation operator

    Otherwise if use local random seed is unchecked, i have in deed 25 % of the sample misclassified like your colleague ….

    Thus are your sure that you have not checked use local random seed in the parameters of Split Validation operator.

    Regards,

    Lionel