sakura.sakuraAE.InvalidKindError

exception sakura.sakuraAE.InvalidKindError
Raised if the kind is invalid.

testing indentation.

Note

For more details of the transformations, see utils.data_transformations().

<gene_meta> example:

{
    'all': {
        'gene_list': "*",
        'pre_procedure': [],
        'post_procedure': [{
        'type': "ToTensor"
        }]
    }
}

<detach_from> options:

  • ‘pre_encoder’ (lat_pre will be detached, pre_encoder will not be trained);

  • When config is None, default 3 hidden layers with structure: Input → Linear → CELU → Linear → CELU → Linear → Output

  • ‘encoder’ (main_lat, pheno_lat, signature_lat will be detached, neither pre-encoder nor encoder will be trained)

<pheno_meta>: For more details of the JSON structure, see utils.data_transformations().