Links

Installation

SDMetrics is an open source Python library available under the MIT License.

Requirements

  • SDMetrics has been developed and tested on Python 3.8-3.11
  • We recommend using a virtual environment (such as virtualenv) to avoid conflicts with other software on your device

Download Instructions

pip
conda
Download sdmetrics using pip.
pip install sdmetrics
This automatically downloads from PyPi.
Download sdmetrics using conda.
conda install -c pytorch -c conda-forge sdmetrics
This automatically downloads from anaconda.

Troubleshooting

These docs only apply to the latest version. If you're experiencing issues importing and using sdmetrics, check your version using:
import sdmetrics
print(sdmetrics.__version__)
The printed version number should be the latest one found in our Release Notes.
For other problems, please visit our GitHub. You can browse existing issues and raise a new one if you cannot find a solution.
You can also ask questions by joining the SDV Slack.