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

Download sdmetrics using pip.

pip install sdmetrics

This automatically downloads from PyPi.

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.

Last updated