sql-machine-learning / sqlflow

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

Remove tensorflow submitter #3058

Closed typhoonzero closed 4 years ago

codecov-io commented 4 years ago

Codecov Report

Merging #3058 into develop will increase coverage by 0.22%. The diff coverage is 13.86%.

Impacted file tree graph

@@             Coverage Diff             @@
##           develop    #3058      +/-   ##
===========================================
+ Coverage    50.31%   50.53%   +0.22%     
===========================================
  Files          251      247       -4     
  Lines        18006    17947      -59     
===========================================
+ Hits          9059     9069      +10     
+ Misses        8256     8187      -69     
  Partials       691      691              
Impacted Files Coverage Δ
python/runtime/pai/entry.py 0.00% <0.00%> (ø)
python/runtime/tensorflow/train.py 0.00% <0.00%> (ø)
python/runtime/tensorflow/explain.py 25.00% <8.33%> (-0.84%) :arrow_down:
python/runtime/tensorflow/predict.py 13.29% <11.11%> (+0.13%) :arrow_up:
python/runtime/tensorflow/train_estimator.py 19.60% <16.66%> (-2.35%) :arrow_down:
python/runtime/tensorflow/train_keras.py 12.87% <17.64%> (+<0.01%) :arrow_up:
python/runtime/tensorflow/evaluate.py 18.39% <28.57%> (+1.50%) :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 4244a47...d25ca25. Read the comment docs.