You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 4-6.RSVP
Socket
Book a DemoInstallSign in
Socket

probabilistic-model

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

probabilistic-model

Models for probabilistic reasoning

7.1.1
Source
pipPyPI
Maintainers
1

Welcome to the Probabilistic Model's package.

Python Tests

This package contains an interface for any kind of probabilistic models. The aim of this package is to provide a clean, unifying, well documented API to probabilistic models. Just like sklearn does for classical machine learning models.

Read the docs here https://probabilistic-model.readthedocs.io/en/latest/.

Development

Testing

The project uses unittest for testing. To run the tests locally:

pip install -r requirements-dev.txt
pip install -e .
python -m unittest discover test

Continuous Integration

This project uses GitHub Actions for continuous integration. The CI pipeline runs automatically on push to main/master branches and on pull requests to these branches. It sets up a Python environment, installs dependencies, and runs the tests.

You can see the status of the CI pipeline in the GitHub Actions tab of the repository.

Keywords

probabilistic models

FAQs

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts