Elastic net results from lifeline and scikit-survival are different #381
Unanswered
AnonTendim
asked this question in
Q&A
Replies: 1 comment
-
I'm not familiar with with lifelines. Implementation could be one explanation, and also that the penalization term might not be identical: it could be scaled differently such that 0.01 means different things. |
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
-
Trying to compare the elastic net results from lifelines and sckie-learn survival by running the following code.
The parameters are the same but the coefficients of the output model do not match. Is it due to difference in implementation or I used one of the models incorrectly? Thanks!
Beta Was this translation helpful? Give feedback.
All reactions