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 `rng` to `ProjectionPursuit` #164

Closed eliascarv closed 1 year ago

eliascarv commented 1 year ago

closes #163

codecov-commenter commented 1 year ago

Codecov Report

Merging #164 (52560f0) into master (8655d4b) will decrease coverage by 0.17%. The diff coverage is 90.00%.

@@            Coverage Diff             @@
##           master     #164      +/-   ##
==========================================
- Coverage   96.27%   96.09%   -0.18%     
==========================================
  Files          27       27              
  Lines         858      897      +39     
==========================================
+ Hits          826      862      +36     
- Misses         32       35       +3     
Impacted Files Coverage Δ
src/transforms/projectionpursuit.jl 97.91% <90.00%> (-0.94%) :arrow_down:
src/transforms/sample.jl 94.44% <0.00%> (-2.62%) :arrow_down:
src/transforms/eigenanalysis.jl 83.33% <0.00%> (-1.29%) :arrow_down:
src/assertions.jl 100.00% <0.00%> (ø)
src/transforms/scale.jl 100.00% <0.00%> (ø)
src/transforms/coerce.jl 100.00% <0.00%> (ø)
src/transforms/onehot.jl 100.00% <0.00%> (ø)
src/transforms/quantile.jl 100.00% <0.00%> (ø)
src/transforms/stdnames.jl 100.00% <0.00%> (ø)
... and 6 more

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