PySloth/pysloth
A Python Package for Probabilistic Prediction
This package helps data scientists and machine learning engineers create predictions that include a range of possible outcomes and their probabilities, rather than just a single forecasted value. You input your existing numerical data and a trained prediction model, and it outputs a probabilistic forecast that shows how likely different outcomes are. This is useful for anyone needing to understand the uncertainty in their predictions.
No commits in the last 6 months. Available on PyPI.
Use this if you need to understand the range of possible outcomes and their likelihoods for a prediction, instead of just getting a single point estimate.
Not ideal if you only need a simple, single-value prediction without any associated uncertainty or probability distribution.
Stars
22
Forks
3
Language
Jupyter Notebook
License
Apache-2.0
Category
Last pushed
Apr 18, 2021
Commits (30d)
0
Dependencies
3
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/ml-frameworks/PySloth/pysloth"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Higher-rated alternatives
tensorflow/probability
Probabilistic reasoning and statistical analysis in TensorFlow
erdogant/bnlearn
Python package for Causal Discovery by learning the graphical structure of Bayesian networks....
pyro-ppl/pyro
Deep universal probabilistic programming with Python and PyTorch
probml/pyprobml
Python code for "Probabilistic Machine learning" book by Kevin Murphy
google/edward2
A simple probabilistic programming language.