pgmpy
Package — BayesianPython 3.7+Expert
Probabilistic graphical models: Bayesian networks, Markov models
Quick Info
- Documentation
- Official Docs
- Python Version
- 3.7+
- Dependencies
- NumPy, SciPy, pandas, networkx, joblib, tqdm, torch, statsmodels
- Install
pip install pgmpy
Learn by Difficulty
Quick Example
python
# Install: pip install pgmpy import pgmpy # Basic pgmpy usage print(f"Using pgmpy") # See documentation for detailed examples
pgmpy is a third-party package. Probabilistic graphical models: Bayesian networks, Markov models. Install with: pip install pgmpy
Try in PlaygroundTags
packagebayesianstatisticsprobabilisticmodeling