sql-machine-learning / sqlflow

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

passing selected row to the prediction result table #3098

Closed Yancey1989 closed 3 years ago

Yancey1989 commented 3 years ago

fixed #3090

codecov-io commented 3 years ago

Codecov Report

Merging #3098 (9de4283) into develop (c9d48b1) will increase coverage by 0.04%. The diff coverage is 51.42%.

Impacted file tree graph

@@             Coverage Diff             @@
##           develop    #3098      +/-   ##
===========================================
+ Coverage    50.88%   50.93%   +0.04%     
===========================================
  Files          248      248              
  Lines        18447    18493      +46     
===========================================
+ Hits          9387     9419      +32     
- Misses        8364     8378      +14     
  Partials       696      696              
Impacted Files Coverage Δ
python/runtime/tensorflow/predict.py 11.70% <0.00%> (-0.80%) :arrow_down:
go/cmd/sqlflowserver/e2e_common_cases.go 91.84% <100.00%> (+0.19%) :arrow_up:
python/runtime/step/xgboost/predict.py 94.11% <0.00%> (-1.20%) :arrow_down:
python/runtime/step/xgboost/train.py 78.75% <0.00%> (-1.00%) :arrow_down:
python/runtime/step/xgboost/evaluate.py 91.25% <0.00%> (-0.86%) :arrow_down:
python/runtime/pai/prepare_archive.py 32.14% <0.00%> (ø)
python/runtime/step/xgboost/explain.py 76.51% <0.00%> (+0.48%) :arrow_up:
python/runtime/pai/submit_pai_task.py 31.57% <0.00%> (+1.57%) :arrow_up:
go/sqlfs/reader.go 71.01% <0.00%> (+2.26%) :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 c9d48b1...9de4283. Read the comment docs.