Replies: 1 comment
-
Thanks for your question, @yejinjkim. Our ElasticNet implementation is different from Scikit-Learn's and it is a classification model. It uses LogisticRegression with ElasticNet regularization (L1 + L2). |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi all, just wondering why ElasticNet is the default propensity score model. If treatment is binary or discrete, then propensity score will be probability to receive the treatment. ElasticNet is a regression model, in which the value can be out of [0,1]. I believe logistic regression would be better for probability? Thank you!
Beta Was this translation helpful? Give feedback.
All reactions