Metadata-Version: 2.1
Name: probabilistic_model
Version: 6.0.2
Summary: Models for probabilistic reasoning
Author-email: Tom Schierenbeck <tom_sch@uni-bremen.de>
Project-URL: Source, https://github.com/probabilistic_model/probabilistic_model
Project-URL: Bug Tracker, https://github.com/tomsch420/probabilistic_model/issues
Keywords: probabilistic models,probabilistic machine learning,probability theory,variables,reasoning under uncertainty
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
Requires-Dist: random-events
Requires-Dist: networkx
Requires-Dist: plotly
Requires-Dist: scipy
Requires-Dist: typing_extensions
Requires-Dist: numpy<=1.26.4
Requires-Dist: sortedcontainers
Requires-Dist: tqdm

# Welcome to the Probabilistic Model's package. 

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/.
