-
Notifications
You must be signed in to change notification settings - Fork 17
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Predicting using trained model. #27
Comments
Hi, same question here. The authors seem to believe that data with known combination but different dosage are OOD data, shown in the default tutorial. This should work since dosage is encoded by an independent encoder. However, as users, we believe OOD should mean samples we do not know drug perturbation/cell type/dosage, and the authors have another tutorial to handle this case. |
Just notice that they have a version with drug embeddings database, which would at least allow us to predict the contributions of drugs in this database: |
Hi, you can use these embeddings as an example or any other gene or drug embeddings to generalize to unseen embeddings |
I suggest you to read the toturials we have all sorts of scenarios dosage, cell types unseen drugs and combinations and genes etc. |
Thanks for your notes, just clarified my words. |
Hi, I've successfully trained a model from scratch by following the tutorial on the following link
https://cpa-tools.readthedocs.io/en/latest/tutorials/combosciplex_Rdkit_embeddings.html
However, I'm currently lost on how to use the trained model in predicting an unseen dataset. I've tried creating the a new anndata with unseen perturbation but the following error occured.
Any help would be appreciated.
The text was updated successfully, but these errors were encountered: