Downloads · 30 days
0
cgoeldel/OODyssey
OODyssey is a machine learning model from cgoeldel. Use it for the machine learning task on the model card, and read the license before you ship it in a product. The card lists the license as mit.
Team Members: Anatoly Buchin, Antoine Argante, Meriem Bensouda, Sreenath Srikrishnan
Downloads · 30 days
0
Access
Public
Updated May 11, 2025
Repo size
122 MB
Likes
1
Public
Click a slice to open those files.
.h5ad122 MB · 94%
From the Hugging Face model README
Team Members: Anatoly Buchin, Antoine Argante, Meriem Bensouda, Sreenath Srikrishnan
For the Tahoe-100m hackathon, we focused on building a set of increasingly difficult benchmarks and then tested how well existing and new models perform in them.
We decided to focus on this area because, while there is no shortage of model publications, it is currently unclear how well they generalize to unseen data and clinically relevant scenarios.
A lot of effort went into splitting the data up in a thoughtful way: We created several categories of held-out data, which were increasingly more out-of-distribution (OOD). From easiest to hardest:
We then benchmarked different models against these test sets:
For a simple baseline, we used PCA to embed the data and then ran a logistic regression to predict the organ/drug label. Other models we trained and compared were Transcriptformer, constrastiveVI and scVI.
As an example, here are the results of predicting the organ of a held-out cell line when the other cell lines of that organ were included in the training data:

We found that Transcriptformer (a zero-shot model) does well on held out cell lines, also for fully held-out organs (perhaps it has seen similar training data or has generalized well). In contrast to this, the other models did not show significant improvements over the simple baseline.