JuliaML / TableTransforms.jl

Transforms and pipelines with tabular data in Julia
https://juliaml.github.io/TableTransforms.jl/stable
MIT License
103 stars 15 forks source link

New Assertion API #162

Closed eliascarv closed 1 year ago

eliascarv commented 1 year ago

closes #93

codecov-commenter commented 1 year ago

Codecov Report

Merging #162 (a2a6889) into master (ffc60e6) will increase coverage by 0.90%. The diff coverage is 100.00%.

@@            Coverage Diff             @@
##           master     #162      +/-   ##
==========================================
+ Coverage   95.17%   96.08%   +0.90%     
==========================================
  Files          27       27              
  Lines         892      894       +2     
==========================================
+ Hits          849      859      +10     
+ Misses         43       35       -8     
Impacted Files Coverage Δ
src/assertions.jl 100.00% <100.00%> (ø)
src/transforms.jl 98.61% <100.00%> (-0.02%) :arrow_down:
src/transforms/center.jl 100.00% <100.00%> (ø)
src/transforms/eigenanalysis.jl 83.33% <100.00%> (+0.72%) :arrow_up:
src/transforms/levels.jl 100.00% <100.00%> (+3.03%) :arrow_up:
src/transforms/onehot.jl 100.00% <100.00%> (+2.50%) :arrow_up:
src/transforms/quantile.jl 100.00% <100.00%> (ø)
src/transforms/scale.jl 100.00% <100.00%> (ø)
src/transforms/zscore.jl 100.00% <100.00%> (ø)
src/transforms/sample.jl 94.44% <0.00%> (-2.78%) :arrow_down:
... and 8 more

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.