JuliaML / MLUtils.jl

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

Add support for Tables.jl #87

Closed rofinn closed 2 years ago

rofinn commented 2 years ago

Pretty similar to what was in this comment and seems to resolve one of our issues from switching from MLDataUtils.jl.

codecov-commenter commented 2 years ago

Codecov Report

Merging #87 (90d3104) into main (c1dc3c2) will not change coverage. The diff coverage is 100.00%.

@@           Coverage Diff           @@
##             main      #87   +/-   ##
=======================================
  Coverage   89.97%   89.97%           
=======================================
  Files          14       14           
  Lines         479      479           
=======================================
  Hits          431      431           
  Misses         48       48           
Impacted Files Coverage Δ
src/observation.jl 86.95% <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 c1dc3c2...90d3104. Read the comment docs.

CarloLucibello commented 2 years ago

closing in favor of #124