sql-machine-learning / sqlflow

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

Fix PAI model metadata saving #3062

Closed sneaxiy closed 4 years ago

sneaxiy commented 4 years ago

Try to save model metadata on xxx_sqlflow_pai_model table when training PAI ML models.

codecov-io commented 4 years ago

Codecov Report

Merging #3062 into develop will decrease coverage by 0.04%. The diff coverage is 5.26%.

Impacted file tree graph

@@             Coverage Diff             @@
##           develop    #3062      +/-   ##
===========================================
- Coverage    50.48%   50.44%   -0.05%     
===========================================
  Files          246      246              
  Lines        17987    18005      +18     
===========================================
+ Hits          9081     9082       +1     
- Misses        8215     8231      +16     
- Partials       691      692       +1     
Impacted Files Coverage Δ
go/codegen/experimental/codegen_step.go 21.00% <0.00%> (-1.46%) :arrow_down:
python/runtime/pai/submitter_train.py 28.26% <0.00%> (ø)
python/runtime/model/model.py 61.53% <20.00%> (-1.51%) :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 e1a219e...9d17850. Read the comment docs.