unionml icon indicating copy to clipboard operation
unionml copied to clipboard

Look into simplifying unionml.Dataset by merging "feature_loader" with "loader"

Open cosmicBboy opened this issue 2 years ago • 0 comments

The purpose of this task is to explore the possibility of simplifying the unionml.Dataset interface by getting rid of the feature_* methods and simply using a single implementation for loading data (with defined targets or no defined targets) so that the API surface of the dataset object is kept to a minimum.

cosmicBboy avatar Sep 27 '22 21:09 cosmicBboy