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

add support for a Dirichlet process node #52

Closed
wants to merge 0 commits into from
Closed

Conversation

LegrandNico
Copy link
Collaborator

@LegrandNico LegrandNico commented Apr 11, 2023

This PR introduces the Dirichlet process node. This node internally uses the Chinese restaurant process to cluster incoming observations and can dynamically add or remove branches from the network.

@codecov-commenter
Copy link

Codecov Report

Merging #52 (c17b250) into master (99d8ae2) will decrease coverage by 5.52%.
The diff coverage is 54.07%.

@@            Coverage Diff             @@
##           master      #52      +/-   ##
==========================================
- Coverage   89.69%   84.18%   -5.52%     
==========================================
  Files          16       17       +1     
  Lines         815      904      +89     
==========================================
+ Hits          731      761      +30     
- Misses         84      143      +59     
Impacted Files Coverage Δ
pyhgf/dirichlet.py 0.00% <0.00%> (ø)
pyhgf/plots.py 93.97% <83.33%> (-1.03%) ⬇️
pyhgf/model.py 92.50% <84.21%> (-1.03%) ⬇️
pyhgf/structure.py 90.16% <87.75%> (-9.84%) ⬇️
pyhgf/typing.py 100.00% <100.00%> (ø)

📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more

@LegrandNico LegrandNico changed the title Add Dirichlet process node Add support for a Dirichlet process node Aug 24, 2023
@LegrandNico LegrandNico changed the title Add support for a Dirichlet process node add support for a Dirichlet process node Aug 24, 2023
@LegrandNico LegrandNico reopened this Sep 19, 2023
@LegrandNico LegrandNico force-pushed the dirichlet branch 2 times, most recently from 5929815 to 3a23085 Compare September 20, 2023 09:15
@LegrandNico LegrandNico force-pushed the dirichlet branch 2 times, most recently from f5a1b91 to 69e23c8 Compare October 3, 2023 12:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants