sql-machine-learning / sqlflow

Brings SQL and AI together.
https://sqlflow.org
Apache License 2.0
5.11k stars 701 forks source link

Support PAI TensorFlow explanation using experimental codegen #3055

Closed sneaxiy closed 4 years ago

typhoonzero commented 4 years ago

Check out https://github.com/sql-machine-learning/sqlflow/pull/3058 to remove pai.tensorflow_submitter and keep the legacy code works

codecov-io commented 4 years ago

Codecov Report

Merging #3055 into develop will decrease coverage by 0.05%. The diff coverage is 21.81%.

Impacted file tree graph

@@             Coverage Diff             @@
##           develop    #3055      +/-   ##
===========================================
- Coverage    50.54%   50.48%   -0.06%     
===========================================
  Files          247      246       -1     
  Lines        17945    17987      +42     
===========================================
+ Hits          9070     9081      +11     
- Misses        8184     8215      +31     
  Partials       691      691              
Impacted Files Coverage Δ
go/codegen/experimental/codegen_step_explain.go 0.00% <ø> (ø)
python/runtime/tensorflow/explain.py 24.42% <12.50%> (-0.58%) :arrow_down:
python/runtime/pai/submitter_explain.py 25.64% <17.39%> (-0.29%) :arrow_down:
python/runtime/step/tensorflow/explain.py 21.69% <21.69%> (ø)
python/runtime/local/submitter.py 43.47% <50.00%> (ø)
python/runtime/step/tensorflow/estimator_test.py 85.71% <100.00%> (ø)
python/runtime/step/tensorflow/keras_test.py 85.71% <100.00%> (ø)
python/runtime/step/tensorflow/local_test_base.py 29.85% <100.00%> (ø)
python/runtime/pai/create_result_table.py 0.00% <0.00%> (-13.56%) :arrow_down:

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 02d47c4...a793655. Read the comment docs.