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

RiskEstimation study with fixed evaluation time points #73

Closed
VHolstein opened this issue Apr 20, 2023 · 1 comment
Closed

RiskEstimation study with fixed evaluation time points #73

VHolstein opened this issue Apr 20, 2023 · 1 comment

Comments

@VHolstein
Copy link

Question

How to run a RiskEstimationStudy with fixed evaluation time points?

Further Information

I'm currently trying to use Autoprognosis to develop a risk estimation model on a clinical study dataset. The study has evaluation time points at 3, 6 and 12 months. The presence of disease is determined at each of these time points for each subject. Patient characteristics are gathered at baseline.

I have looked at the survival analysis example and see that in the example dataset, the duration/time-to-event column seems to contain the time-to-event (or general survival), Y contains the presence of an event and time_horizons seems to be evaluations? How do you recommend coding the duration column in this case? The easiest way would be to just use the presence of disease at the different timepoints (ie if someone has the disease at the 3 month evaluation assign 3 months as the time-to-event value). however, this would that there are only 3 different values in the time-to-event column: 3, 6 and 12.

Maybe you have encountered this problem before and can give a recommendation on how to handle such cases.

@VHolstein VHolstein changed the title RiskEstimation study RiskEstimation study with fixed evaluation time points Apr 20, 2023
@DrShushen
Copy link
Member

I think the way you explained it should be the right way to do it.
If you can frame your problem as a a time-series problem, you could also try: our time-series library: https://github.com/vanderschaarlab/temporai

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