alegonz / baikal

A graph-based functional API for building complex scikit-learn pipelines.
https://baikal.readthedocs.io
BSD 3-Clause "New" or "Revised" License
592 stars 30 forks source link

[ENH] docs (sphinx + readthedocs) #29

Closed alegonz closed 4 years ago

alegonz commented 4 years ago

Implemented proper docs :scroll: :tada:

Main points:

Other changes:

codecov-io commented 4 years ago

Codecov Report

Merging #29 into master will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master      #29   +/-   ##
=======================================
  Coverage   99.87%   99.87%           
=======================================
  Files          13       13           
  Lines         812      812           
  Branches      138      138           
=======================================
  Hits          811      811           
  Partials        1        1
Impacted Files Coverage Δ
baikal/steps/expression.py 100% <ø> (ø) :arrow_up:
baikal/plot.py 100% <ø> (ø) :arrow_up:
baikal/_core/model.py 99.61% <ø> (ø) :arrow_up:
baikal/sklearn.py 100% <ø> (ø) :arrow_up:
baikal/_core/step.py 100% <ø> (ø) :arrow_up:
baikal/steps/merge.py 100% <ø> (ø) :arrow_up:
baikal/steps/factory.py 100% <ø> (ø) :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 bc26f06...0a982ee. Read the comment docs.