edwinb-ai / LeastSquaresSVM

A Least Squares Support Vector Machine implementation in pure Julia
https://edwinb-ai.github.io/LeastSquaresSVM/dev/
MIT License
1 stars 1 forks source link

Performance enhancements #38

Closed edwinb-ai closed 3 years ago

edwinb-ai commented 3 years ago

Closes #30

codecov[bot] commented 3 years ago

Codecov Report

Merging #38 (eb08933) into main (2951390) will not change coverage. The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff            @@
##              main       #38   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files            5         7    +2     
  Lines          145       165   +20     
=========================================
+ Hits           145       165   +20     
Impacted Files Coverage Δ
src/LeastSquaresSVM.jl 100.00% <ø> (ø)
src/precompile.jl 100.00% <100.00%> (ø)
src/tools.jl 100.00% <100.00%> (ø)
src/training.jl 100.00% <100.00%> (ø)
src/utils.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 2951390...eb08933. Read the comment docs.