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

Documentation #13

Closed edwinb-ai closed 3 years ago

edwinb-ai commented 3 years ago

:sparkles: :pencil:

New documentation, although some parts are still WIP. Also added the nightly version to the omitted build in the CI file.

codecov[bot] commented 3 years ago

Codecov Report

Merging #13 (b3b9d6e) into main (201e1a1) will decrease coverage by 1.18%. The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##             main      #13      +/-   ##
==========================================
- Coverage   91.37%   90.19%   -1.19%     
==========================================
  Files           4        4              
  Lines          58       51       -7     
==========================================
- Hits           53       46       -7     
  Misses          5        5              
Impacted Files Coverage Δ
src/training.jl 100.00% <ø> (ø)
src/types.jl 66.66% <ø> (-3.93%) :arrow_down:
src/mlj_interface.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 201e1a1...b3b9d6e. Read the comment docs.