Benardi / touvlo

:robot: ML algorithms implemented from scratch and provided block by block
https://touvlo.readthedocs.io/en/latest/
MIT License
12 stars 18 forks source link

Add computation graph based logistic regression #52

Closed Benardi closed 4 years ago

Benardi commented 4 years ago

Add computation graph based logistic regression

Description

Remove supv module. Break lgx_rg into lgx_rg/sgl_parm and lgx_rg/cmpt_grf. Add tests and documentation.

Fixes #51

Type of change

Please mark options that are relevant.

How Has This Been Tested?

Checklist:

codecov[bot] commented 4 years ago

Codecov Report

Merging #52 into master will increase coverage by 0.01%. The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #52      +/-   ##
==========================================
+ Coverage   99.76%   99.78%   +0.01%     
==========================================
  Files          11       12       +1     
  Lines         430      457      +27     
==========================================
+ Hits          429      456      +27     
  Misses          1        1
Impacted Files Coverage Δ
touvlo/nn_clsf.py 98.91% <ø> (ø)
touvlo/lin_rg.py 100% <ø> (ø)
touvlo/lgx_rg/cmpt_grf.py 100% <100%> (ø)
touvlo/lgx_rg/__init__.py 100% <100%> (ø)
touvlo/lgx_rg/sgl_parm.py 100% <100%> (ø)

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 57b8ac6...65ede9c. Read the comment docs.