Hello,
I have a logistic regression model where I do the scoring using the Export model... option, getting the code to build the model on VA and then putting it on SAS Studio making some minor changes to add the scoring data and I finally complete the scoring.
Also, the default prediction cutoff is 0.5 in VA and it is indicated in the code with this line:
if P_StatusDead >= 0.5
However, I realize that when I change the Prediction cutoff on VA, say, make it 0.3, the code doesn't get updated. Why this is happenning and is there a way to prevent from this to happen?
Thank you !