🎉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

Optimize Parameter/Log for Decision Tree

User: "Prentice"
New Altair Community Member
Updated by Jocelyn
Hello,

I'm trying to compare different algorithms and try to find the optimal parameters. For this, I use the optimize parameter operator. However, when I try to apply it to a Decision Tree classifier it doesn't work. Or at least, the log function doesn't work properly, but I also get the same accuracy for each setting. 
But when I want to plot it in a log function it only shows one value for each parameter.

Does somebody know why this happens and how I can solve it?

Thanks
Prentice

Find more posts tagged with

Sort by:
1 - 1 of 11
    User: "jczogalla"
    New Altair Community Member
    Accepted Answer
    Updated by jczogalla
    That sounds strange indeed. I will look into this to see if this is a potential bug.

    Edit:
    I looked at your process and I think I see the culprit. In the Log operator, you reference the Decision Tree operator, not Decision Tree (2), which is used inside the cross validation, as well as it being referenced in the optimize parameters. Also, there should be a log called Optimize Parameters (Grid), which should already have the parameters and performance as a log. I hope this helps!

    Cheers
    Jan