/probml-utils

Utilities for probabilistic ML

Primary LanguagePythonMIT LicenseMIT

probml-utils

CI Coverage Status Code style: black

This is a pip-installable repo of common utilities for probabilistic machine learning. These are used by various demos in pyprobml.

Installation

pip install git+https://github.com/probml/probml-utils.git

or

git clone https://github.com/probml/probml-utils.git
cd probml-utils
pip install -e .

python
import probml_utils