BookmarkSubscribeRSS Feed
nehalmishra123
Calcite | Level 5

So I am a newbie to SAS E Miner. 

 

I have a model which is ready, I wanted to play with probability cutoff for class assignment. - by using 'Event Precision and Equal Recall' cut off method - I arrived at 0.39 cut off, thereafter in the sas code node - made the necessary changes to indicate 0.39 as cut off, now I am interested to see - without using the specified cutoff above - how many were classified as 0 and 1 and with using specified cutoff, how many were classified 0 and 1, which were earlier classified otherwise due to 0.5 cutoff

 

I just want to show it for reporting purposes.

 

Thanks

1 REPLY 1
AnujaNagpal
SAS Employee

You can have two separate flows after the model node. In one flow you can use "cutoff node" under the assess tab to change the probability cutoff and in another flow do same but just drop the cutoff node which will keep probability cutoff as 0.5.

You can make a confusion matrix (proc freq) using sas code node in both flows to see the distribution.

hackathon24-white-horiz.png

2025 SAS Hackathon: There is still time!

Good news: We've extended SAS Hackathon registration until Sept. 12, so you still have time to be part of our biggest event yet – our five-year anniversary!

Register Now

How to choose a machine learning algorithm

Use this tutorial as a handy guide to weigh the pros and cons of these commonly used machine learning algorithms.

Find more tutorials on the SAS Users YouTube channel.

Discussion stats
  • 1 reply
  • 1444 views
  • 0 likes
  • 2 in conversation