Skip to content

Latest commit

 

History

History
53 lines (33 loc) · 1.55 KB

README.md

File metadata and controls

53 lines (33 loc) · 1.55 KB

scvi-criticism

Tests Documentation

Evaluation metrics for scvi-tools models

Getting started

Please refer to the documentation.

Installation

You need to have Python 3.8 or newer installed on your system. If you don't have Python installed, we recommend installing Miniconda.

  1. Install the latest release of scvi-criticism from PyPI <https://pypi.org/project/scvi-criticism/>_:
pip install scvi-criticism
  1. Install the latest development version:
pip install git+https://github.com/YosefLab/scvi-criticism.git@main

Release notes

See the changelog.

Contact

For questions and help requests, you can reach out in the scverse discourse. If you found a bug, please use the issue tracker.

Citations

N/A

Acknowledgements

Some of the code in this package was adapted from draft code authored by @adamgayoso.