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

Renamed the whole package #36

Closed gmagannaDevelop closed 3 years ago

gmagannaDevelop commented 3 years ago

As per the Name Change section of the roadmap to v1.0.

Executed the test suite successfully, from the REPL as mentioned in this issue.

This should be good to go, I'm looking forward to reading your comments @edwinb-ai .

codecov[bot] commented 3 years ago

Codecov Report

Merging #36 (c00d91b) into main (fb73474) will not change coverage. The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff            @@
##              main       #36   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files            5         5           
  Lines          145       145           
=========================================
  Hits           145       145           
Impacted Files Coverage Δ
src/mlj_interface.jl 100.00% <ø> (ø)
src/LeastSquaresSVM.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 fb73474...c00d91b. Read the comment docs.

gmagannaDevelop commented 3 years ago

I'll review the roadmap to version 1.0 and the current issues to further contribute. I'm not sure if I have anything currently assigned but don't hesitate to notify me, I'd love to contribute more.