We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
mt.datasets.simulate_data
generates categories but not numerical, and can't be used in the e.g. temporal problem. I would switch to simulate data to numeric categorical
TypeError: Expected `adata.obs['batch']` to be categorical with numeric categories, found `categorical`.
The text was updated successfully, but these errors were encountered:
Can you check if batch_key (or similar argument ) is time or day, the dtype is correct?
batch_key
time
day
Sorry, something went wrong.
But yes, simulate_data needs some cleaning + extensions.
simulate_data
ArinaDanilina
No branches or pull requests
generates categories but not numerical, and can't be used in the e.g. temporal problem. I would switch to simulate data to numeric categorical
The text was updated successfully, but these errors were encountered: