scikit-learn-contrib / skdag

A more flexible alternative to scikit-learn Pipelines
MIT License
30 stars 8 forks source link

v0.0.3 #15

Closed big-o closed 2 years ago

big-o commented 2 years ago

Better Pandas support: infer_dataframe option is now available for DAG creation, which will convert estimator outputs to dataframes wherever possible, allowing smoother smart indexing.

codecov-commenter commented 2 years ago

Codecov Report

Merging #15 (02c1dd2) into main (dc0123d) will increase coverage by 0.74%. The diff coverage is 96.27%.

@@            Coverage Diff             @@
##             main      #15      +/-   ##
==========================================
+ Coverage   90.68%   91.42%   +0.74%     
==========================================
  Files          11       11              
  Lines         848      933      +85     
==========================================
+ Hits          769      853      +84     
- Misses         79       80       +1     
Impacted Files Coverage Δ
skdag/dag/_utils.py 78.94% <90.00%> (+11.09%) :arrow_up:
skdag/dag/_dag.py 86.37% <94.00%> (+0.21%) :arrow_up:
skdag/_version.py 100.00% <100.00%> (ø)
skdag/dag/_builder.py 100.00% <100.00%> (ø)
skdag/dag/tests/test_dag.py 100.00% <100.00%> (ø)

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.