It looks like that all inputs have to be standardized before running logistic regression. My question is: how do I interpret the coefficients as well as odds ratio from the output.
Thanks!
It looks like that all inputs have to be standardized before running logistic regression. My question is: how do I interpret the coefficients as well as odds ratio from the output.
Thanks!
Hi @Learn2019,
as the node description suggests, for interpretable statistics it is valid to perform a logistic regression without normalization. If you rather want to use it as a machine learning classifier, you’ll probably get better results with normalized data (and not well interpretable coefficients).
Does that help?
Best,
Marten
Marten,
Thanks!
This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.