You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When attempting to initialize the scPoli model for unsupervised learning, the constructor seems to require a label_indices=[] argument to be passed as an empty list, which should be optional in unsupervised scenarios.
The text was updated successfully, but these errors were encountered:
Hi,
To use scPoli in unsupervised settings, please note that you should:
Set all values in the passed cell_type_keys to a dummy value (e.g. 'Unknown') and pass the unknown_ct_names=['Unknown'] parameter to scPoli.
Additionally, Set labeled_indices=[]
The second requirement may be relaxed in an upcoming merge request.
Please note that scPoli without cell-type information is equivalent to trVAE with batches handled using embedding vectors rather than one-hot encodings.
Version history
scarches: 0.5.10
Issue
When attempting to initialize the scPoli model for unsupervised learning, the constructor seems to require a
label_indices=[]
argument to be passed as an empty list, which should be optional in unsupervised scenarios.The text was updated successfully, but these errors were encountered: