-
Notifications
You must be signed in to change notification settings - Fork 25
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add tutorial on how to estimate a Cox Proportional Hazards Model in glum #876
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you Matthias, I like this tutorial a lot!
Maybe we could also mention that the model we estimate is conceptually a piecewise constant hazard model, but because we have a different constant for each event time, it becomes essentially non-parametric. As a corollary, if one wants to reduce the number of parameters, they can opt for merging some categories and estimating fewer "constants".
Co-authored-by: Martin Stancsics <[email protected]>
Thanks! I incorporated your suggestion and added a small conclusion section describing how one might want to depart from the Cox model. Feel free to have another look :). |
And: Add link to Matt Mills' tutorial on fitting penalized splines in glum.
Checklist
CHANGELOG.rst
entry