Calculating Probability Using Predictive Model Decision Shape
For a specific job type, I have a .csv table with applicant data storing whether or not the applicant has necessary skills for the role as binary variables. The outcome, whether or not the applicant received an interview, is also stored as a binary classifier. I was hoping to create an algorithm using a Predictive Model Decision Shape that takes in information collected from a Collect Information step that maps to the features of the .csv about an applicant, and outputs an interview probability between 0 and 1.
Is there a way to produce a continuous variable probability output based on an algorithm that uses a table whose outcomes are binary classifiers with a Predictive Model Decision Shape, as described above? If so, how would you do this?