JuliaGaussianProcesses / AugmentedGPLikelihoods.jl

Provide all functions needed to work with augmented likelihoods (conditionally conjugate with Gaussians)
MIT License
20 stars 1 forks source link

Implement the (improved) Logisticsoftmax likelihood and its augmentation #50

Closed theogf closed 2 years ago

theogf commented 2 years ago
codecov[bot] commented 2 years ago

Codecov Report

Merging #50 (aa430e5) into main (b18e42b) will decrease coverage by 21.69%. The diff coverage is 25.61%.

:exclamation: Current head aa430e5 differs from pull request most recent head c1a8836. Consider uploading reports for the commit c1a8836 to get more accurate results

@@             Coverage Diff             @@
##             main      #50       +/-   ##
===========================================
- Coverage   95.97%   74.28%   -21.70%     
===========================================
  Files          13       16        +3     
  Lines         497      665      +168     
===========================================
+ Hits          477      494       +17     
- Misses         20      171      +151     
Impacted Files Coverage Δ
src/SpecialDistributions/SpecialDistributions.jl 60.00% <ø> (ø)
src/SpecialDistributions/negativemultinomial.jl 0.00% <0.00%> (ø)
...cialDistributions/polyagammanegativemultinomial.jl 0.00% <0.00%> (ø)
src/likelihoods/categorical.jl 1.44% <1.44%> (ø)
src/utils.jl 63.63% <20.00%> (-36.37%) :arrow_down:
src/TestUtils.jl 82.53% <70.96%> (-13.16%) :arrow_down:
src/SpecialDistributions/polyagamma.jl 91.73% <100.00%> (ø)
src/SpecialDistributions/polyagammapoisson.jl 100.00% <100.00%> (ø)
src/api.jl 100.00% <100.00%> (ø)
src/likelihoods/negativebinomial.jl 100.00% <100.00%> (ø)
... and 1 more

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 b18e42b...c1a8836. Read the comment docs.