Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/probml/probml-utils
Utilities for probabilistic ML
https://github.com/probml/probml-utils
Last synced: 14 days 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 (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-09-11T10:15:41.000Z (about 1 year ago)
- Last Synced: 2024-08-01T16:54:08.357Z (3 months ago)
- Language: Python
- Size: 779 KB
- Stars: 30
- Watchers: 11
- Forks: 17
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```