JuliaGaussianProcesses / KernelFunctions.jl

Julia package for kernel functions for machine learning
https://juliagaussianprocesses.github.io/KernelFunctions.jl/stable/
MIT License
266 stars 32 forks source link

remove deep-kernel-learning example #442

Closed st-- closed 2 years ago

st-- commented 2 years ago

Replaced by https://github.com/JuliaGaussianProcesses/AbstractGPs.jl/pull/293 (see discussion in https://github.com/JuliaGaussianProcesses/KernelFunctions.jl/pull/322)

codecov[bot] commented 2 years ago

Codecov Report

Merging #442 (27ed543) into master (92ac6dc) will decrease coverage by 15.62%. The diff coverage is n/a.

@@             Coverage Diff             @@
##           master     #442       +/-   ##
===========================================
- Coverage   89.37%   73.75%   -15.63%     
===========================================
  Files          52       52               
  Lines        1252     1246        -6     
===========================================
- Hits         1119      919      -200     
- Misses        133      327      +194     
Impacted Files Coverage Δ
src/mokernels/lmm.jl 0.00% <0.00%> (-100.00%) :arrow_down:
src/mokernels/slfm.jl 0.00% <0.00%> (-100.00%) :arrow_down:
src/mokernels/moinput.jl 0.00% <0.00%> (-100.00%) :arrow_down:
src/mokernels/mokernel.jl 0.00% <0.00%> (-100.00%) :arrow_down:
src/mokernels/independent.jl 0.00% <0.00%> (-100.00%) :arrow_down:
src/matrix/kernelkroneckermat.jl 0.00% <0.00%> (-100.00%) :arrow_down:
src/mokernels/intrinsiccoregion.jl 0.00% <0.00%> (-100.00%) :arrow_down:
src/approximations/nystrom.jl 0.00% <0.00%> (-92.50%) :arrow_down:
src/matrix/kernelpdmat.jl 0.00% <0.00%> (-81.82%) :arrow_down:
src/generic.jl 40.00% <0.00%> (-60.00%) :arrow_down:
... and 15 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 92ac6dc...27ed543. Read the comment docs.