Skip to content

Latest commit

 

History

History
24 lines (18 loc) · 821 Bytes

README.md

File metadata and controls

24 lines (18 loc) · 821 Bytes

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