Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/probml/probml-utils

Utilities for probabilistic ML
https://github.com/probml/probml-utils

Last synced: about 2 months ago
JSON representation

Utilities for probabilistic ML

Awesome Lists containing this project

README

        

# probml-utils

[![CI](https://github.com/probml/probml-utils/workflows/CI/badge.svg?branch=main)](https://github.com/probml/probml-utils/actions?query=workflow%3ACI)
[![Coverage Status](https://coveralls.io/repos/github/probml/probml-utils/badge.svg?branch=main)](https://coveralls.io/github/probml/probml-utils?branch=main)
[![Code style: black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/psf/black)

This is a pip-installable repo of common utilities for probabilistic machine learning.
These are used by various demos in [pyprobml](https://github.com/probml/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
```