🎉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

"Use confidence probability in decision tree result to categorize prediction"

User: "yrgowtham"
New Altair Community Member
Updated by Jocelyn

Hi Experts,

I wanted to use the result of decision tree's confidence(1) variable and create a new categorical variable because the end user does not want to see probability, instead, they want to see "RED" if confidence(1) is >0.9, "Yellow" is confidence(1) is between [0.6-0.8].

I was not able to use Generate attribute as the variable confidence(1) does not show up is the list of available variables(attributes).
Is there any other way that I can generate a new variable with a categorical variable?
Any help/suggestion are highly appreciated 

Find more posts tagged with

Sort by:
1 - 2 of 21
    User: "Thomas_Ott"
    New Altair Community Member
    Accepted Answer

    You might have to rename or type it manually in Generate Attributes. 

    User: "yrgowtham"
    New Altair Community Member
    OP

    Thanks Thomas for the response , yes it worked :)