sc_reconstruction.utils.get_model_class_from_name#

sc_reconstruction.utils.get_model_class_from_name(model_name)[source]#

Get the appropriate model class target from model name

Args:

model_name: Name of the model (e.g., ‘scVI’, ‘PCA’)

Returns:

Target class path as string

Parameters:

model_name (str)

Return type:

str