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
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?
MCAT/datasets/dataset_survival.py
Line 66 in b9cca63
MCAT/datasets/dataset_survival.py
Line 110 in b9cca63
Thanks,
Shubham