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

yrgowtham
yrgowtham New Altair Community Member
edited November 2024 in Community Q&A

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 

Best Answer

  • Thomas_Ott
    Thomas_Ott New Altair Community Member
    Answer ✓

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

Answers

  • Thomas_Ott
    Thomas_Ott New Altair Community Member
    Answer ✓

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

  • yrgowtham
    yrgowtham New Altair Community Member

    Thanks Thomas for the response , yes it worked :)