theislab / cpa

The Compositional Perturbation Autoencoder (CPA) is a deep generative framework to learn effects of perturbations at the single-cell level. CPA performs OOD predictions of unseen combinations of drugs, learns interpretable embeddings, estimates dose-response curves, and provides uncertainty estimates.
BSD 3-Clause "New" or "Revised" License
76 stars 17 forks source link

Arian amani/issue45 #46

Closed ArianAmani closed 3 months ago

ArianAmani commented 3 months ago

Tuner added for hyperparameter optimization. Example script and explanation available at examples/tune_script.py and README --> hyperparameter optimization

The tuner is adapted and adjusted from scvi-tools v1.2.0: https://docs.scvi-tools.org/en/stable/release_notes/index.html

Fixes #45 Fixes #10 Fixes #7 Fixes #37