Nimish Purohit
Nimish Purohit
### Your checklist for this pull request Please review the [guidelines for contributing](CONTRIBUTING.md) to this repository. - [x] Make sure you are requesting to **pull a topic/feature/bugfix branch** (right side)....
### Your checklist for this pull request Please review the [guidelines for contributing](CONTRIBUTING.md) to this repository. - [x] Make sure you are requesting to **pull a topic/feature/bugfix branch** (right side)....
## Description ## Related Issue - [ ] Closes # - [ ] Related to #1265 ## Checklist - [x] Checked that [the pre-commit linting/style checks pass](https://docs.pymc.io/en/latest/contributing/python_style.html) - [ ]...
#### Describe the issue linked to the documentation The current documentation of `StructureScore` inside `pgmpy/estimators` has scope for improvement. #### Changes Improve the docstrings to contain the use cases for...
### Issue number(s) that this pull request fixes - Fixes #2015 ### List of changes to the codebase in this pull request - Fixed the implementation according to the CPDAG...
### Issue number(s) that this pull request fixes - Fixes #2200 ### List of changes to the codebase in this pull request - Fixed adjacency logic - The algorithm is...
**Describe the bug** The `.to_dag()` method of PDAG class results in a warning/error even when there is a faithful extension of the pdag. This is not a bug in the...
**Description** Currently, search space is not handled correctly in PC. When a search space is specified and the expert knowledge is enforced with PC, the edges may be completely missing...
**Describe the bug** Scores that use log likelihood fail when the data/model has integer nodes (even when converted to strings). When nodes are integers, the log likelihood calculations run into...