Skip to content
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

Question: Predicting probability of survival at arbitrary times #33

Open
esbraun opened this issue Apr 23, 2021 · 1 comment
Open

Question: Predicting probability of survival at arbitrary times #33

esbraun opened this issue Apr 23, 2021 · 1 comment

Comments

@esbraun
Copy link

esbraun commented Apr 23, 2021

I have a set of observations I would like to predict survival for at varying times. Is there a way to do that with this API? As best as I can tell, we are restricted to a set of time bins that must be uniform over the whole dataset.

Thank you for your assistance!

@GabrielGimenez
Copy link
Contributor

Hi @esbraun! We actually don't have a way to get a survival at a specific time, I'll add it to future improvements.

Using Kaplan neighbours or the StackedWeibull method it's fast to predict a lot of times and then get the specific time you need. For DebiasedBCE we currently don't have a good solution.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants