MLJBase.jl icon indicating copy to clipboard operation
MLJBase.jl copied to clipboard

Implement efficient data utils methods for Tables.MatrixTable

Open OkonSamuel opened this issue 2 years ago • 1 comments

There is a need to implement efficient selectrows and selectcols methods for Tables.MatrixTable table type. The current data utils methods only have efficient fallbacks for DataFrame table type, but we could easily add efficient methods for Tables.MatrixTable type after this issue get resolved. This would avoid materializing wide matrix tables as a NamedTuple which the Julia compiler has issues handling.

cc. @ablaom

OkonSamuel avatar Jun 14 '22 23:06 OkonSamuel

Agreed.

Waiting for:

  • [ ] resolution of https://github.com/JuliaData/Tables.jl/issues/281

ablaom avatar Jun 15 '22 22:06 ablaom