🎉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

error range of classifier

User: "taghaddo"
New Altair Community Member
Updated by Jocelyn
how can I get out the box plot of errors of my classifier in the cross validation test? for example linear regression predict my label, and I also have the real number. I want to see the ranges of errors between different classifiers to choose the one that has the smallest range.
Sort by:
1 - 1 of 11
    User: "Telcontar120"
    New Altair Community Member
    Accepted Answer
    I think you are misunderstanding the output from the cross-validation performance, which I just commented on in the other thread, so I won't repeat it here.  Your model from cross-validation is the model on the entire dataset.  With cross-validation you are not choosing between different models at any point.  The performance estimate and its variance is simply a tool to help you understand how that model might perform on unseen data in the future.