sql-machine-learning / sqlflow

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

Support PAI TensorFlow evaluation using experimental codegen #3052

Closed sneaxiy closed 4 years ago

sneaxiy commented 4 years ago

Should merge https://github.com/sql-machine-learning/sqlflow/pull/3048 first.

codecov-io commented 4 years ago

Codecov Report

Merging #3052 into develop will increase coverage by 0.06%. The diff coverage is 33.33%.

Impacted file tree graph

@@             Coverage Diff             @@
##           develop    #3052      +/-   ##
===========================================
+ Coverage    50.19%   50.25%   +0.06%     
===========================================
  Files          250      251       +1     
  Lines        17981    17988       +7     
===========================================
+ Hits          9025     9040      +15     
+ Misses        8265     8257       -8     
  Partials       691      691              
Impacted Files Coverage Δ
go/codegen/experimental/codegen_step_evaluate.go 0.00% <ø> (ø)
python/runtime/pai/entry.py 0.00% <0.00%> (ø)
...ython/runtime/pai/tensorflow_submitter/evaluate.py 0.00% <0.00%> (ø)
python/runtime/pai/submitter_evaluate.py 32.25% <18.18%> (+8.34%) :arrow_up:
python/runtime/step/tensorflow/evaluate.py 32.43% <32.43%> (ø)
python/runtime/local/submitter.py 43.47% <50.00%> (ø)
...time/local/tensorflow_submitter/local_test_base.py 29.85% <100.00%> (ø)
python/runtime/local/xgboost_submitter/evaluate.py 91.42% <100.00%> (ø)
...hon/runtime/local/tensorflow_submitter/evaluate.py 0.00% <0.00%> (-25.81%) :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 d5ca976...5a4de30. Read the comment docs.