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

refactor mixed density estimation #1203

Merged
merged 6 commits into from
Aug 2, 2024

refactor: MNLE embedding net handling outside flow

5aa7c2a
Select commit
Loading
Failed to load commit list.
Merged

refactor mixed density estimation #1203

refactor: MNLE embedding net handling outside flow
5aa7c2a
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Aug 2, 2024 in 1s

75.97% (target 70.00%)

View this Pull Request on Codecov

75.97% (target 70.00%)

Details

Codecov Report

Attention: Patch coverage is 98.07692% with 1 line in your changes missing coverage. Please review.

Project coverage is 75.97%. Comparing base (ba19688) to head (5aa7c2a).
Report is 10 commits behind head on main.

Files Patch % Lines
sbi/neural_nets/categorial.py 91.66% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main    #1203      +/-   ##
==========================================
- Coverage   84.55%   75.97%   -8.59%     
==========================================
  Files          96       97       +1     
  Lines        7603     7668      +65     
==========================================
- Hits         6429     5826     -603     
- Misses       1174     1842     +668     
Files Coverage Δ
.../neural_nets/density_estimators/categorical_net.py 97.82% <100.00%> (-0.22%) ⬇️
...nets/density_estimators/mixed_density_estimator.py 98.11% <100.00%> (+28.54%) ⬆️
sbi/neural_nets/density_estimators/zuko_flow.py 64.44% <ø> (ø)
sbi/neural_nets/flow.py 93.12% <100.00%> (ø)
sbi/neural_nets/mnle.py 100.00% <100.00%> (ø)
sbi/utils/__init__.py 100.00% <ø> (ø)
sbi/neural_nets/categorial.py 94.73% <91.66%> (+4.73%) ⬆️

... and 40 files with indirect coverage changes