1
I Use This!
Moderate Activity

Commits : Listings

Analyzed 21 days ago. based on code collected 21 days ago.
Jan 29, 2024 — Jan 29, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
minor changes for pep8 More... about 11 years ago
changed the README.md to include Installation details and updated the function calls More... about 11 years ago
added check for list or tuple in reset_observations function More... about 11 years ago
corrections in set_rule_for_states examples More... about 11 years ago
changed add_states to set_states in all the examples and doc_strings More... about 11 years ago
setup.py changed to build _factor_product.pyx (cython file) More... about 11 years ago
_factor_product.c added More... about 11 years ago
modified __init__.py to import Exceptions More... about 11 years ago
modified __init__.py to not to extend BayesianModel.__all__, Factor.__all__, Exceptions.__all__ More... about 11 years ago
modified setup.py to install subpackages also More... about 11 years ago
fixed typo Parametrs -> Parameters More... about 11 years ago
added import statement to all the examples More... about 11 years ago
added import statement in all the examples More... about 11 years ago
changed pgmpy.Exceptions -> from pgmpy import Exceptions More... about 11 years ago
changed pgmpy.Exceptions -> from pgmpy import Exceptions More... about 11 years ago
modified __init__.py to import all the Exceptions directly More... about 11 years ago
modified __init__.py to import Factor class directly More... about 11 years ago
modified __init__.py to import BayesianModel class directly More... about 11 years ago
modified __init__.py to import BayesianModel class directly More... about 11 years ago
changed __init__.py to import BayesianModel, Factor and Exceptions subpackage More... about 11 years ago
changed __init__.py to import BayesianModel class directly, removed CPD from it More... about 11 years ago
changed __init__.py to import Factor class directly More... about 11 years ago
moved CPD.py to Factor; changed import statement for CPD in BayesianModel More... about 11 years ago
added install_requires dependencies in setup.py More... about 11 years ago
changed Exceptions to pgmpy.Exceptions in import statement More... about 11 years ago
added setup.py --version=0.1.0 More... about 11 years ago
added AUTHORS.rst More... about 11 years ago
changed directory structure src/ -> pgmpy/; moved tests/ to pgmpy/ More... about 11 years ago
Added Factor.normalize More... about 11 years ago
Added factor.marginalize; SizeError and ScopeError in Exceptions More... about 11 years ago