JuliaGaussianProcesses / Stheno.jl

Probabilistic Programming with Gaussian processes in Julia
Other
339 stars 26 forks source link

Remove NKN #179

Closed willtebbutt closed 3 years ago

willtebbutt commented 3 years ago

The NeuralKernelNetwork recently moved over to KernelFunctions.jl, so there's no need to keep it here.

The export has been added to deprecations, as I intend not to explicitly export this as of the next breaking version of Stheno.jl, as KernelFunctions.jl should really export it.

codecov-commenter commented 3 years ago

Codecov Report

Merging #179 (076a2a9) into master (eafbfc0) will increase coverage by 5.89%. The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #179      +/-   ##
==========================================
+ Coverage   79.36%   85.25%   +5.89%     
==========================================
  Files          19       17       -2     
  Lines         470      434      -36     
==========================================
- Hits          373      370       -3     
+ Misses         97       64      -33     

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 eafbfc0...076a2a9. Read the comment docs.