theogf / AugmentedGaussianProcesses.jl

Gaussian Process package based on data augmentation, sparsity and natural gradients
https://theogf.github.io/AugmentedGaussianProcesses.jl/dev/
Other
135 stars 9 forks source link

Formatted all files following bluestyle #92

Closed theogf closed 3 years ago

coveralls commented 3 years ago

Pull Request Test Coverage Report for Build 702405578


Changes Missing Coverage Covered Lines Changed/Added Lines %
src/likelihood/bayesiansvm.jl 10 11 90.91%
src/likelihood/classification.jl 3 4 75.0%
src/models/GP.jl 6 7 85.71%
src/models/MCGP.jl 7 8 87.5%
src/models/SVGP.jl 6 7 85.71%
src/models/VGP.jl 5 6 83.33%
src/hyperparameter/autotuning_utils.jl 2 4 50.0%
src/inference/gibbssampling.jl 8 10 80.0%
src/inference/hmcsampling.jl 4 6 66.67%
src/likelihood/laplace.jl 15 17 88.24%
<!-- Total: 447 688 64.97% -->
Files with Coverage Reduction New Missed Lines %
src/hyperparameter/forwarddiff_rules.jl 1 0%
src/inference/analyticVI.jl 1 85.94%
src/inference/optimisers.jl 1 23.4%
src/likelihood/logisticsoftmax.jl 1 79.35%
src/likelihood/studentt.jl 1 85.37%
src/models/AbstractGP.jl 1 64.1%
src/hyperparameter/autotuning_utils.jl 2 51.72%
src/inference/sampling.jl 2 9.09%
src/likelihood/generic_likelihood.jl 2 0%
src/likelihood/softmax.jl 2 55.77%
<!-- Total: 35 -->
Totals Coverage Status
Change from base Build 701693839: 0.2%
Covered Lines: 1607
Relevant Lines: 2614

💛 - Coveralls