JuliaML / MLUtils.jl

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

batch array of arrays #50

Closed CarloLucibello closed 2 years ago

CarloLucibello commented 2 years ago

Generic batching for arrays of arrays. Also add some inferrability tests and mark them as broken.

codecov-commenter commented 2 years ago

Codecov Report

Merging #50 (f408aa9) into main (d5f74b2) will increase coverage by 0.05%. The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##             main      #50      +/-   ##
==========================================
+ Coverage   88.80%   88.86%   +0.05%     
==========================================
  Files          13       13              
  Lines         411      413       +2     
==========================================
+ Hits          365      367       +2     
  Misses         46       46              
Impacted Files Coverage Δ
src/utils.jl 93.87% <100.00%> (+0.12%) :arrow_up:

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 d5f74b2...f408aa9. Read the comment docs.