Can non-Python users contribute to the challenge? ¶
By: oag.gimenez on Jan. 2, 2022, 8:50 a.m.
Good morning,
Congrats for putting together an exciting challenge ! I’m almost ready to submit a contribution, but I just realized from the tutorial that Python is required. Am I missing something? There are other options out there that can be useful for machine learning (e.g. R or Julia; I’m a R user myself ;-)), and I was wondering whether there would be a way for us non-Python users to submit anyway? Does the Grand Challenge platform allow it (not sure from what I can see at https://github.com/comic/grand-challenge.org) ?
My two cents below. Just ignore it if you think my question is meaningless.
I see that the holdout dataset (test data) is not available. There could still be a simple solution. When downloading the data following https://stoic2021.grand-challenge.org/stoic-db/, we get all 10,735 patients CT scans, including those from the patients in the holdout dataset. Therefore we would just need the IDs of the patient in the holdout dataset to be able to predict using our fancy models whether they had a positive PCR and developed severe disease. Then we would just have to submit these predictions which could be confronted to the truth by the organizers. Finally our score could be sent back to us.
Cheers, and happy New Year ! Olivier