stefan-grafberger / mlwhatif

Data-Centric What-If Analysis for Native Machine Learning Pipelines
Apache License 2.0
14 stars 4 forks source link

Extract executable DAG (Issue #1) #6

Closed stefan-grafberger closed 2 years ago

stefan-grafberger commented 2 years ago

Issue #, if available: #1

Description of changes:

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.

stefan-grafberger commented 2 years ago

Codecov Report

Merging #6 (0096f37) into main (8209c12) will decrease coverage by 1.74%. The diff coverage is 90.96%.

:exclamation: Current head 0096f37 differs from pull request most recent head ef01d0d. Consider uploading reports for the commit ef01d0d to get more accurate results

@@            Coverage Diff             @@
##             main       #6      +/-   ##
==========================================
- Coverage   97.39%   95.64%   -1.75%     
==========================================
  Files          18       18              
  Lines        1498     1861     +363     
==========================================
+ Hits         1459     1780     +321     
- Misses         39       81      +42     
Impacted Files Coverage Δ
mlwhatif/monkeypatching/_patch_pandas.py 88.64% <78.61%> (-6.85%) :arrow_down:
mlwhatif/monkeypatching/_monkey_patching_utils.py 94.70% <88.46%> (-1.25%) :arrow_down:
mlwhatif/execution/_dag_executor.py 95.38% <95.38%> (ø)
...hatif/instrumentation/_call_capture_transformer.py 100.00% <100.00%> (ø)
mlwhatif/instrumentation/_dag_node.py 100.00% <100.00%> (ø)
mlwhatif/instrumentation/_operator_types.py 89.47% <100.00%> (+0.28%) :arrow_up:
mlwhatif/monkeypatching/_patch_numpy.py 100.00% <100.00%> (ø)
mlwhatif/monkeypatching/_patch_sklearn.py 99.35% <100.00%> (+0.14%) :arrow_up:
mlwhatif/testing/_testing_helper_utils.py 91.93% <100.00%> (+0.41%) :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 8209c12...ef01d0d. Read the comment docs.

stefan-grafberger commented 2 years ago