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

Survival analysis DataLoader silently removes data rows #147

Closed
ZhaozhiQIAN opened this issue Mar 10, 2023 · 0 comments · Fixed by #148
Closed

Survival analysis DataLoader silently removes data rows #147

ZhaozhiQIAN opened this issue Mar 10, 2023 · 0 comments · Fixed by #148
Assignees

Comments

@ZhaozhiQIAN
Copy link
Collaborator

The code below will silently remove rows from the original data set:

In some encoding schemes, T = -1 indicates censored patients. These patients would be removed using the T > 0 filleter.

I will add an exception when this happens.

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

Successfully merging a pull request may close this issue.

1 participant