-
Notifications
You must be signed in to change notification settings - Fork 22
Discussion: merging survival packages #44
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
Comments
Your package with a CoxPh will be pretty usable. I am all for merging the two packages. |
Hey @mwsohn it's been a long time since I looked at this code! But very happy to have a chat to think about what merging would look like |
Apologies for the (multi-year...) delayed response on this, I have very little time for open source stuff these days. Thinking back to what limited memory I have of our conversation in Slack, I may have misunderstood what you were saying at the time, @RaphaelS1: I thought you were intending to depend on Turing and/or R libraries in order to use them in your implementation, but looking very briefly at your package, it appears you aren't depending on them (currently, anyway). That means combining implementations should be more straightforward. Contributions to this package would certainly be welcome, but I unfortunately can't guarantee a timely review, as evidenced by the existing PRs that have been languishing for years without review or response. |
Hey @ararslan strangely I was also not contributing to OS for several years and then returned to academia and OS exactly when @mwsohn messaged me, so perhaps a sign! From what I remember, our packages have different design decisions so a PR could fundamentally change the interface. Very tentatively I could take over maintenance of this package, would that help? |
I am not familiar with your package but I have used the coxph from the Survival package previously and it worked well. Because your package is much more developed with many more features, I would be happy if you can implement coxph in your package. |
In similar spirit to #1 I have my own package (originally just hobby code to learn Julia, pls don't judge too harsh) for survival analysis. As @ararslan and I discussed on Slack I don't want to be 'competing' or causing duplicative code to be written so just wanted to open this issue to see if there are any parts I can merge in or if I should just archive it/keep for hobby code only.
So far I have:
My future plans were going to be:
My plan was then to hook this up between Turing.jl and mlr3proba for cross-language probabilistic ML in R.
If useful happy to go into detail about features/methods but won't for now.
I was curious about some comparisons, these might be of interest:
The text was updated successfully, but these errors were encountered: