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 predict using experimental codegen #3048

Closed sneaxiy closed 4 years ago

codecov-io commented 4 years ago

Codecov Report

Merging #3048 into develop will decrease coverage by 0.84%. The diff coverage is 26.31%.

Impacted file tree graph

@@             Coverage Diff             @@
##           develop    #3048      +/-   ##
===========================================
- Coverage    50.19%   49.35%   -0.85%     
===========================================
  Files          251      250       -1     
  Lines        17971    17985      +14     
===========================================
- Hits          9021     8876     -145     
- Misses        8259     8426     +167     
+ Partials       691      683       -8     
Impacted Files Coverage Δ
go/codegen/experimental/codegen_step_predict.go 0.00% <ø> (ø)
python/runtime/pai/entry.py 0.00% <0.00%> (ø)
python/runtime/pai/pai_ml/kmeans.py 28.57% <0.00%> (ø)
python/runtime/pai/submitter_predict.py 30.95% <0.00%> (+0.51%) :arrow_up:
python/runtime/pai/table_ops.py 28.57% <0.00%> (-1.22%) :arrow_down:
python/runtime/step/create_result_table.py 97.14% <ø> (ø)
python/runtime/step/tensorflow/train.py 21.05% <0.00%> (-0.93%) :arrow_down:
python/runtime/pai/submitter_train.py 28.26% <18.18%> (-0.32%) :arrow_down:
python/runtime/step/tensorflow/predict.py 24.07% <27.27%> (ø)
python/runtime/pai/pai_ml/random_forest.py 26.66% <33.33%> (+7.91%) :arrow_up:
... and 21 more

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 875aa04...2d74142. Read the comment docs.