aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #5 from drivergroup/ea/coHEADmasterErin Ahmed2018-06-281-0/+1
|\ | | | | Add codeowners statement
| * Add codeowners statementErin Ahmed2018-06-281-0/+1
|/
* Create MIT license for beliefs, copyright Driverv0.1.1cathyatdriver2018-02-061-0/+21
|
* Merge branch 'add_readme'Cathy Yeh2018-02-063-0/+131
|\
| * include pgmpy MIT license in discrete_factor.py, base_models.pyCathy Yeh2018-02-062-0/+46
| |
| * readmeCathy Yeh2018-02-061-0/+85
|/
* Merge branch 'log_evidence_during_belief_propagation'Cathy Yeh2018-01-242-11/+15
|\
| * bump versionCathy Yeh2018-01-241-1/+1
| |
| * add more logging to belief propagationCathy Yeh2018-01-241-10/+14
|/
* Merge branch 'generic_discrete_factor'. Implements explicit discrete factor ↵v0.1.0Cathy Yeh2018-01-1813-277/+1585
|\ | | | | | | methods
| * explicitly require networkx >=2.0 in meta.yamlCathy Yeh2018-01-181-1/+1
| |
| * bump version to 0.1.0Cathy Yeh2018-01-181-1/+1
| |
| * example jupyter notebook comparing pgmpy inference results to beliefs resultsCathy Yeh2018-01-181-0/+990
| |
| * compute_pi_agg -> compute_and_update_pi_agg, compute_lambda_agg -> ↵Cathy Yeh2018-01-172-7/+7
| | | | | | | | compute_and_update_lambda_agg
| * consolidate Node methods _init_factor_for_variable, _init_pi_received_msgs, ↵Cathy Yeh2018-01-171-54/+25
| | | | | | | | | | | | into a single method _init_factors_for_variables overrides of _init_factor_for_variable for BernoulliOr/AndNode not needed
| * cleanup print statements, stale comments, minor TODOsCathy Yeh2017-12-149-205/+306
| |
| * implement explicit factor methods for compute_pi_agg and ↵Cathy Yeh2017-12-133-12/+96
| | | | | | | | compute_lambda_msg_to_parent in Node
| * Bernoulli Or/And Node access msg values by state namesCathy Yeh2017-12-133-26/+69
| |
| * init Bernoulli And,Or CPDs w/ default state names 'False','True'Cathy Yeh2017-12-132-2/+4
| |
| * clean up node class, simpler initializationCathy Yeh2017-12-131-34/+8
| |
| * change all msg datatypes from np.array -> DiscreteFactorCathy Yeh2017-12-132-53/+77
| |
| * TabularCPD inherits from DiscreteFactorCathy Yeh2017-12-131-11/+9
| |
| * discrete factor with minimal methodsCathy Yeh2017-12-131-0/+121
|/
* LGS-173 Merge branch 'bernoulli_and_node'v0.0.3Cathy Yeh2017-12-115-16/+209
|\
| * bump versionCathy Yeh2017-12-111-1/+1
| |
| * PR commentsCathy Yeh2017-12-113-9/+19
| |
| * tests for belief propagation with AND and mixed AND and OR nodesCathy Yeh2017-12-112-11/+113
| |
| * BernoulliAndNode with custom msg passing methodsCathy Yeh2017-12-081-0/+39
| |
| * bernoulli AND cpdCathy Yeh2017-12-081-0/+42
|/
* LGS-164 belief propagation for polytrees, special case of OR cpds, ↵v0.0.2Cathy Yeh2017-12-0315-37/+1183
|\ | | | | | | refactored from LGS
| * bump versionCathy Yeh2017-12-031-1/+1
| |
| * PR commentsCathy Yeh2017-12-0310-350/+219
| |
| * fix Makefile testsCathy Yeh2017-12-031-1/+1
| |
| * refactor msg passing methods to BeliefUpdateNodeModel from BayesianModelCathy Yeh2017-11-2111-98/+142
| |
| * BernoulliOrCPD inherits from TabularCPDCathy Yeh2017-11-208-54/+86
| |
| * changes to work with bump from networkx 1.11 to 2.0Cathy Yeh2017-11-175-30/+32
| | | | | | | | some nx functions now return iterators
| * copy scripts from lgs branchCathy Yeh2017-11-1716-1/+1200
|/
* move .package_install_steps.py to project rootCathy Yeh2017-11-131-0/+0
|
* Merge branch 'cathy/setup_repo'v0.0.1Cathy Yeh2017-11-138-0/+306
|\
| * beliefs packageCathy Yeh2017-11-133-0/+35
| |
| * MakefileCathy Yeh2017-11-131-0/+118
| |
| * conda-buildCathy Yeh2017-11-132-0/+60
| | | | | | | | meta.yaml, .package_install_steps.py
| * VERSION fileCathy Yeh2017-11-131-0/+1
| |
| * gitignoreCathy Yeh2017-11-131-0/+92
|/
* first commitCathy Yeh2017-11-101-0/+1