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

Single slide in training #22

Open
shubhaminnani opened this issue Jul 4, 2024 · 0 comments
Open

Single slide in training #22

shubhaminnani opened this issue Jul 4, 2024 · 0 comments

Comments

@shubhaminnani
Copy link

Hi @Richarizardd ,

Again thanks for the amazing work! I have keen to know for cases with multiple slides how is that handled?

From code cases are dropped if duplicate and then only slides are read from the dataframe consisting single slide. Am I missing something?

patients_df = slide_data.drop_duplicates(['case_id']).copy()

patients_df = slide_data.drop_duplicates(['case_id'])

Thanks,
Shubham

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

1 participant