sql-machine-learning / sqlflow

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

Add e2e ut for OneClassSVM model #3069

Closed sneaxiy closed 4 years ago

sneaxiy commented 4 years ago

Should merge https://github.com/sql-machine-learning/models/pull/97 first.

codecov-io commented 4 years ago

Codecov Report

Merging #3069 into develop will increase coverage by 0.01%. The diff coverage is 82.85%.

Impacted file tree graph

@@             Coverage Diff             @@
##           develop    #3069      +/-   ##
===========================================
+ Coverage    50.48%   50.50%   +0.01%     
===========================================
  Files          246      246              
  Lines        17988    18041      +53     
===========================================
+ Hits          9082     9112      +30     
- Misses        8215     8237      +22     
- Partials       691      692       +1     
Impacted Files Coverage Δ
go/cmd/sqlflowserver/e2e_common_cases.go 91.58% <82.85%> (-0.43%) :arrow_down:
python/runtime/model/model.py 61.53% <0.00%> (-1.51%) :arrow_down:
go/codegen/experimental/codegen_step.go 21.00% <0.00%> (-1.46%) :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 42ef72f...45badb9. Read the comment docs.