https://github.com/probml/probml-utils
Utilities for probabilistic ML
https://github.com/probml/probml-utils
Last synced: about 1 year ago
JSON representation
Utilities for probabilistic ML
- Host: GitHub
- URL: https://github.com/probml/probml-utils
- Owner: probml
- License: mit
- Created: 2022-04-04T17:18:17.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2023-09-11T10:15:41.000Z (almost 3 years ago)
- Last Synced: 2025-03-28T10:47:36.649Z (about 1 year ago)
- Language: Python
- Size: 779 KB
- Stars: 33
- Watchers: 11
- Forks: 18
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# probml-utils
[](https://github.com/probml/probml-utils/actions?query=workflow%3ACI)
[](https://coveralls.io/github/probml/probml-utils?branch=main)
[](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
```