Predictive Analysis (numerical output)

Dear all,

I am currently doing a project on predictive hiring. I have built a decision tree model to predict the class ‘Hire’. However, is there a way for the prediction output to be a percentage. i.e instead of ‘Yes’ or ‘No’ for the prediction, would it be possible to output ‘0.4’,‘0.8’ instead? Attached is my workflow for reference. Thanks in advance! Predictive Hiring.knwf (18.8 KB)

Or is there a way to score each individual prediction? For example:
image. So instead of having just a Yes or No for hire, i would like to predict how likely I will hire/not hire a candidate.

Hello @chrishy,

in Decision Tree Predictor node check option Append columns with normalized class distribution.

Br,
Ivan

4 Likes

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.