Closed cdedonno closed 4 years ago
Hi @cdedonno , you must pass the instance of the model, not the class (however, some sklearn-like models are being fitten during initialization, that's why it doesn't complain). Passing an instance should work as intended.
I'm trying to plot gene expression using
The error I get is
I made sure my lineage probs have been written to
.obsm
and the time key also exists in.obs
.Versions:
cellrank==1.0.0-rc.0 scanpy==1.5.1 anndata==0.7.3 numpy==1.18.5 scipy==1.5.0 pandas==1.0.5 scikit-learn==0.23.1 statsmodels==0.11.1 python-igraph==0.8.2 scvelo==0.2.1