🎉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

"x-validation vs. performance operator"

User: "fmon"
New Altair Community Member
Updated by Jocelyn
Hi
I am designing a prediction model based on decision tree.
Once I used an x-validation operator consisting of decision tree in training part and apply model and performance in testing part.Another time I used a sequence of three operators of decision tree,apply model and performance.But I got different results.I'd like to know the reason.
Thanks

Find more posts tagged with

Sort by:
1 - 1 of 11
    User: "fras"
    New Altair Community Member
    To get a roughly performance error estimation only the first method is suitable (X-Validation).
    In your second approach you train a model and test it on the same data, right ? This approach overestimates
    every performance criterion.
    Shortly said: Only compare different models via performance criteria generated by applying X-Validation