Move datasets to MLDatasets.jl #22
Labels
good first issue
Good for newcomers
gsoc-proposal
Good issues to tackle for GSoC proposals
help wanted
Contributions welcome!
In the long term, we'd like most of the
src/datasets
code to move to MLDatasets.jl. To make this happen, we need a refactor of MLDatasets.jl to be more extensible and build on top of LearnBase.jl. Below is the structure envisioned for MLDatasets.jl:FileDataset
) that support reading from the underlying I/O viagetobs
andnobs
from LearnBase.jlTo achieve this goal, we need to complete the following stages:
FileDataset
) to MLDatasets.jlmapobs
,groupsobs
, etc.) to MLDataPattern.jl (these transformations apply generically to any iterator of observations, not just data containers)The text was updated successfully, but these errors were encountered: