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

Regression implementation #22

Closed edwinb-ai closed 3 years ago

edwinb-ai commented 3 years ago

In this PR I have implemented the Least Square Support Vector Regressor.

codecov[bot] commented 3 years ago

Codecov Report

Merging #22 (56f1711) into main (76cd40e) will increase coverage by 3.55%. The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##             main      #22      +/-   ##
==========================================
+ Coverage   90.19%   93.75%   +3.55%     
==========================================
  Files           4        4              
  Lines          51       80      +29     
==========================================
+ Hits           46       75      +29     
  Misses          5        5              
Impacted Files Coverage Δ
src/Elysivm.jl 100.00% <ø> (ø)
src/mlj_interface.jl 100.00% <100.00%> (ø)
src/training.jl 100.00% <100.00%> (ø)
src/types.jl 70.58% <100.00%> (+3.92%) :arrow_up:

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 76cd40e...56f1711. Read the comment docs.