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

Add `Closure` and `Remainder` transforms #211

Closed eliascarv closed 10 months ago

eliascarv commented 10 months ago

These transforms are being moved from the CoDa.jl package.

codecov-commenter commented 10 months ago

Codecov Report

Merging #211 (6281dc1) into master (ba766a2) will increase coverage by 0.56%. The diff coverage is 100.00%.

@@            Coverage Diff             @@
##           master     #211      +/-   ##
==========================================
+ Coverage   92.93%   93.50%   +0.56%     
==========================================
  Files          34       36       +2     
  Lines        1146     1200      +54     
==========================================
+ Hits         1065     1122      +57     
+ Misses         81       78       -3     
Files Coverage Δ
src/TableTransforms.jl 100.00% <ø> (ø)
src/transforms.jl 100.00% <ø> (ø)
src/transforms/closure.jl 100.00% <100.00%> (ø)
src/transforms/eigenanalysis.jl 87.30% <100.00%> (+1.58%) :arrow_up:
src/transforms/projectionpursuit.jl 52.04% <100.00%> (+1.02%) :arrow_up:
src/transforms/remainder.jl 100.00% <100.00%> (ø)

... and 1 file with indirect coverage changes