Hi SAS community,
From the model comparison node, I was only able to obtain ROC curves from the training, validation, and test data (from the data partitions of the training data set). I want to obtain an ROC curve from the score data. Is this possible? If it is, then how do we do it?
Thanks
In the score data, you typically do not have an observed target, so you wouldn't be able to create an ROC curve for that.
Hello,
see here:
Create and compare ROC curves for any predictive model
https://blogs.sas.com/content/iml/2018/11/14/compare-roc-curves-sas.html
By Rick Wicklin on The DO Loop | November 14, 2018
To plot everything (the ROC curves) in the Results pane of your SAS Code Node, see this tip:
Tip: Create Graphs in a SAS Code Node Using %em_report
Cheers,
Koen
In the score data, you typically do not have an observed target, so you wouldn't be able to create an ROC curve for that.
April 27 – 30 | Gaylord Texan | Grapevine, Texas
Walk in ready to learn. Walk out ready to deliver. This is the data and AI conference you can't afford to miss.
Register now and lock in 2025 pricing—just $495!
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.