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

Use `Fill` for kernelmatrices of `ConstantKernel` #438

Closed devmotion closed 2 years ago

devmotion commented 2 years ago

This is possible now after https://github.com/JuliaArrays/FillArrays.jl/pull/171 was merged, released, and supported by KernelFunctions.

Fixes https://github.com/JuliaGaussianProcesses/KernelFunctions.jl/issues/433.

codecov[bot] commented 2 years ago

Codecov Report

Merging #438 (8c471a6) into master (9776f15) will decrease coverage by 0.00%. The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #438      +/-   ##
==========================================
- Coverage   92.99%   92.99%   -0.01%     
==========================================
  Files          52       52              
  Lines        1214     1213       -1     
==========================================
- Hits         1129     1128       -1     
  Misses         85       85              
Impacted Files Coverage Δ
src/basekernels/constant.jl 100.00% <100.00%> (ø)

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 9776f15...8c471a6. Read the comment docs.