theislab / chemCPA

Code for "Predicting Cellular Responses to Novel Drug Perturbations at a Single-Cell Resolution", NeurIPS 2022.
https://arxiv.org/abs/2204.13545
MIT License
99 stars 24 forks source link

Meta Class for Predictor #16

Closed siboehm closed 2 years ago

siboehm commented 2 years ago

A class that wraps the specific predictor (CPA, scVI, cVAE, ...) and exposes train and predict functions.

<TO BE EXTENDED>

siboehm commented 2 years ago

Not really relevant currently