Hi,
I used k-fold cross validation in the proc forest statement. In the Cross-Validation Fit Statistics output table I can only see the average squared error etc. for each fold. Is there a way to output other statitistics (such as AUC or accuracy) for each fold?
Thank you in advance!
I suggest posting the code you are currently using. That way someone more familiar can tell if a needed option is already present or suggest the changes needed, if possible.
Hello,
See here :
SAS Visual Data Mining and Machine Learning Programming Guide
Machine Learning Tools Action Set
proc cas noqueue; mltools.crossValidateML ...
Cross Validation of a Forest Model
https://go.documentation.sas.com/doc/en/pgmsascdc/9.4_3.5/casactml/casactml_mltools_example01.htm
There are some more CV fit statistics !
Koen
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!
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.