# probml-utils **Repository Path**: qlkzf/probml-utils ## Basic Information - **Project Name**: probml-utils - **Description**: 1sdfsdfsdfsdfsdfsdfd - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2023-02-07 - **Last Updated**: 2023-02-07 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## 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 ```