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
Catch the best of SAS Innovate 2025 — anytime, anywhere. Stream powerful keynotes, real-world demos, and game-changing insights from the world’s leading data and AI minds.
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.