Hello!
I ran a logistic regression model in SAS VDMML in SA Viya for Learners but i could not find any ouput related to the Odds Ratios (like it was in SAS EM). Is this output missing only form SAS Viya for Learners and exists in the professional version of SAS Viya? It will be included in future versions of SAS VDMML - Viya for Learners? Can we produce it easily through the pipeline with maybe a piece of code?
Thanks in advance,
Andreas
Hello,
As far as I remember, the odds ratios are indeed not part of the Results
returned by the Logistic Regression node in SAS VDMML.
For the odds ratios you can run the (winning | selected) model in a code node using :
I think VDMML is using PROC CAS statements using the logistic action in the regression action set to fit a logistic model to your data.
proc cas;
regression.logistic
Good luck,
Koen
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!
Still thinking about your presentation idea? The submission deadline has been extended to Friday, Nov. 14, at 11:59 p.m. ET.
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.