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
Hi, I used the model to predict cell types of new Anndata object. This object can not have split attribute and I did not find celltype attribute to get cell type annotation. And it emitted this error:
The text was updated successfully, but these errors were encountered:
When I add split_list = None, I found that score() method does not have split_list argument. When I change to split_field = None, it raised TypeError: object of type 'NoneType' has no len().
When I add label_fields = ['celltype'] argument, it raised this error:
This is my Anndata object:
And in case you need to modify the source code, could you please let me know the time that the library would be repaired completely? Thank you very much!
Hi, I used the model to predict cell types of new Anndata object. This object can not have split attribute and I did not find celltype attribute to get cell type annotation. And it emitted this error:
The text was updated successfully, but these errors were encountered: