Hi,
I got the same predictions.csv error, would it be possible to grab the logs as the test seems to work locally. That said, I produce the results for both challenges in one csv.
Best,
Nikolas
Created by Nikolaos Kalavros nkalavros Hi @nkalavros !
I'm not able to find the submission you are referring to, but your latest team submission (subID 9760856) to the "SEA-AD DREAM Challenge - Task 1 (Leaderboard Round)" queue received the following error:
```
Traceback (most recent call last):
File "/app/scripts/build_features.py", line 382, in
main()
File "/app/scripts/build_features.py", line 323, in main
labels = aggregation.aggregate_donor_annotations(
File "/app/src/seaad/aggregation.py", line 168, in aggregate_donor_annotations
ensure_obs_columns(adata, [donor_col, *columns])
File "/app/src/seaad/io.py", line 31, in ensure_obs_columns
raise KeyError(f"Missing required obs columns: {missing}")
KeyError: "Missing required obs columns: ['ADNC', 'Braak', 'CERAD', 'Thal', 'LATE', 'Highest Lewy Body Disease', 'percent 6e10 positive area', 'percent AT8 positive area', 'percent GFAP positive area', 'percent NeuN positive area', 'percent aSyn positive area', 'percent pTDP43 positive area']"
```
It seems your model is dependent on columns that you will be predicting for and so, are not part of the validation dataset (but @ktravaglini can confirm).
Hope this helps!