sql-machine-learning / sqlflow

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

pyalisa: refine pop and add test_case #3072

Closed lhw362950217 closed 4 years ago

lhw362950217 commented 4 years ago

Continue the code written by @weiguoz , add some doc and test.

codecov-io commented 4 years ago

Codecov Report

Merging #3072 into develop will decrease coverage by 23.40%. The diff coverage is 0.00%.

Impacted file tree graph

@@             Coverage Diff              @@
##           develop    #3072       +/-   ##
============================================
- Coverage    50.44%   27.03%   -23.41%     
============================================
  Files          246      245        -1     
  Lines        18006    18350      +344     
============================================
- Hits          9083     4961     -4122     
- Misses        8231    12915     +4684     
+ Partials       692      474      -218     
Impacted Files Coverage Δ
python/runtime/dbapi/pyalisa/pop.py 0.00% <0.00%> (ø)
python/runtime/dbapi/pyalisa/pop_test.py 0.00% <0.00%> (ø)
python/runtime/feature/derivation_test.py 0.00% <0.00%> (-99.60%) :arrow_down:
python/runtime/feature/column_test.py 0.00% <0.00%> (-99.47%) :arrow_down:
python/runtime/optimize/model_generation_test.py 0.00% <0.00%> (-99.29%) :arrow_down:
python/runtime/xgboost/feature_column_test.py 0.00% <0.00%> (-98.95%) :arrow_down:
python/runtime/feature/compile_test.py 0.00% <0.00%> (-98.75%) :arrow_down:
python/runtime/verifier/verifier_test.py 0.00% <0.00%> (-98.69%) :arrow_down:
python/runtime/step/xgboost/xgboost_local_test.py 0.00% <0.00%> (-98.49%) :arrow_down:
python/runtime/model/metadata_test.py 0.00% <0.00%> (-98.19%) :arrow_down:
... and 91 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 3b0941a...0c9fa59. Read the comment docs.