scverse / pertpy

Perturbation Analysis in the scverse ecosystem.
https://pertpy.readthedocs.io/en/latest/
MIT License
129 stars 20 forks source link

Compute method for MLPClassifierSpace #562

Closed Lilly-May closed 6 months ago

Lilly-May commented 6 months ago

Description of feature

To align with the API of all other perturbation spaces, we should consider merging the load, train, and get_embeddings methods of the MLPClassifierSpace into one compute method. This issue serves to start the discussion on whether this is a good idea, and if so, to remind myself to implement it.