JuliaML / MLUtils.jl

Utilities and abstractions for Machine Learning tasks
MIT License
109 stars 22 forks source link

docs + datasubset is now obsview #36

Closed CarloLucibello closed 2 years ago

codecov-commenter commented 2 years ago

Codecov Report

Merging #36 (127fa13) into main (237274b) will not change coverage. The diff coverage is 88.23%.

Impacted file tree graph

@@           Coverage Diff           @@
##             main      #36   +/-   ##
=======================================
  Coverage   89.57%   89.57%           
=======================================
  Files          13       13           
  Lines         403      403           
=======================================
  Hits          361      361           
  Misses         42       42           
Impacted Files Coverage Δ
src/eachobs.jl 100.00% <ø> (ø)
src/utils.jl 96.87% <ø> (ø)
src/batchview.jl 76.31% <80.00%> (ø)
src/obsview.jl 65.78% <80.00%> (ø)
src/folds.jl 92.00% <100.00%> (ø)
src/obstransform.jl 84.09% <100.00%> (ø)
src/resample.jl 100.00% <100.00%> (ø)
src/splitobs.jl 100.00% <100.00%> (ø)

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 237274b...127fa13. Read the comment docs.