JuliaGaussianProcesses / KernelFunctions.jl

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

Clean docs #460

Closed pitmonticone closed 2 years ago

pitmonticone commented 2 years ago

Fixed typos.

codecov[bot] commented 2 years ago

Codecov Report

Merging #460 (327c296) into master (ce7923f) will not change coverage. The diff coverage is n/a.

@@           Coverage Diff           @@
##           master     #460   +/-   ##
=======================================
  Coverage   93.16%   93.16%           
=======================================
  Files          52       52           
  Lines        1259     1259           
=======================================
  Hits         1173     1173           
  Misses         86       86           

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 ce7923f...327c296. Read the comment docs.

theogf commented 2 years ago

Thanks!