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] Shared steps #19

Closed alegonz closed 4 years ago

alegonz commented 4 years ago

Added support for shared steps, following the discussion in #16.

codecov-io commented 4 years ago

Codecov Report

Merging #19 into master will increase coverage by 0.19%. The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #19      +/-   ##
==========================================
+ Coverage   97.58%   97.77%   +0.19%     
==========================================
  Files          13       13              
  Lines         620      674      +54     
  Branches      114      119       +5     
==========================================
+ Hits          605      659      +54     
  Misses         11       11              
  Partials        4        4
Impacted Files Coverage Δ
baikal/_core/step.py 100% <100%> (ø) :arrow_up:
baikal/steps/expression.py 100% <100%> (ø) :arrow_up:
baikal/_core/data_placeholder.py 100% <100%> (ø) :arrow_up:
baikal/_core/model.py 100% <100%> (ø) :arrow_up:
baikal/_core/digraph.py 97.22% <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 56c013b...bbc9627. Read the comment docs.