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 Dirichlet process node #162

Merged
merged 10 commits into from
Jun 25, 2024
Merged

add Dirichlet process node #162

merged 10 commits into from
Jun 25, 2024

Conversation

LegrandNico
Copy link
Collaborator

No description provided.

@LegrandNico LegrandNico force-pushed the dirichlet branch 2 times, most recently from a737c68 to c6f7f31 Compare February 6, 2024 22:31
@LegrandNico LegrandNico self-assigned this Apr 21, 2024
@LegrandNico LegrandNico force-pushed the dirichlet branch 3 times, most recently from 2accdf2 to 81da1e1 Compare June 13, 2024 04:21
@codecov-commenter
Copy link

codecov-commenter commented Jun 13, 2024

Codecov Report

Attention: Patch coverage is 83.75000% with 39 lines in your changes missing coverage. Please review.

Please upload report for BASE (master@0849cc9). Learn more about missing BASE report.

Files Patch % Lines
src/pyhgf/utils.py 73.33% 20 Missing ⚠️
src/pyhgf/updates/prediction/dirichlet.py 45.45% 6 Missing ⚠️
src/pyhgf/model/network.py 84.37% 5 Missing ⚠️
src/pyhgf/math.py 80.00% 4 Missing ⚠️
src/pyhgf/plots.py 71.42% 2 Missing ⚠️
src/pyhgf/updates/posterior/exponential.py 33.33% 2 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff            @@
##             master     #162   +/-   ##
=========================================
  Coverage          ?   91.48%           
=========================================
  Files             ?       23           
  Lines             ?     1162           
  Branches          ?        0           
=========================================
  Hits              ?     1063           
  Misses            ?       99           
  Partials          ?        0           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@LegrandNico LegrandNico merged commit f95585f into master Jun 25, 2024
5 checks passed
@LegrandNico LegrandNico deleted the dirichlet branch June 25, 2024 13:00
LegrandNico added a commit to KoraTMontemagno/pyhgf that referenced this pull request Aug 9, 2024
* add a Dirichlet process node using the CRP

* fix exponential family classes

* documentation

* update get_candidate function

* jit-able dirichlet node

* fix error in value passing

* return the last attribute when using scan as well

* add tests

* add tests

* tests and docs
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