We received a few requests for accessing the
exact test set (D4) used during the
final evaluation in June 2019. We have now uploaded it on the ADNI website. It can be found in the same zip file with the rest of the datasets (D1-D3): login to ADNI, follow Download -> Study Data -> Test Data -> Data for Challenges -> "Tadpole Challenge Data". The file name is called
TADPOLE_D4_corr.csv (
corr means the ventricle volumes were corrected for different Freesurfer versions). Python script
TADPOLE_D4.py can be used to generate TADPOLE_D4_corr.csv. Evaluation function
evalOneSubmissionD4.py from the github repo can be used to evaluate a final D4 submission (as opposed to a leaderboard submission).
This allows development of subsequent prediction algorithms and evaluation on the same benchmark as the existing
92 TADPOLE forecasts. If you develop improved algorithms, don't forget to upload the predictions on the live
D4 leaderboard.