Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

FCI algorithm #1448

Open
wants to merge 3 commits into
base: dev
Choose a base branch
from
Open

FCI algorithm #1448

wants to merge 3 commits into from

Conversation

ankurankan
Copy link
Member

Your checklist for this pull request

Please review the guidelines for contributing to this repository.

  • Make sure you are requesting to pull a topic/feature/bugfix branch (right side). Don't request your master!
  • Make sure you are making a pull request against the dev branch (left side). Also you should start your branch off our dev.
  • Check the commit's or even all commits' message styles matches our requested structure.

Issue number(s) that this pull request fixes

  • Fixes #

List of changes to the codebase in this pull request

@codecov
Copy link

codecov bot commented Aug 4, 2021

Codecov Report

Merging #1448 (7cd06b9) into dev (7b691d2) will decrease coverage by 0.31%.
The diff coverage is 75.28%.

Impacted file tree graph

@@            Coverage Diff             @@
##              dev    #1448      +/-   ##
==========================================
- Coverage   94.56%   94.24%   -0.32%     
==========================================
  Files         141      144       +3     
  Lines       15828    16090     +262     
==========================================
+ Hits        14967    15164     +197     
- Misses        861      926      +65     
Impacted Files Coverage Δ
pgmpy/estimators/FCI.py 0.00% <0.00%> (ø)
pgmpy/models/BayesianNetwork.py 93.20% <ø> (ø)
pgmpy/models/LinearGaussianBayesianNetwork.py 41.81% <ø> (ø)
pgmpy/base/MAG.py 84.61% <84.61%> (ø)
pgmpy/base/__init__.py 100.00% <100.00%> (ø)
pgmpy/tests/test_base/test_MAG.py 100.00% <100.00%> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 7b691d2...7cd06b9. Read the comment docs.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant