raamana / pyradigm

Research data management in biomedical and machine learning applications
http://raamana.github.io/pyradigm/
MIT License
28 stars 12 forks source link

New class: MixedDataset allowing for arbitrary data types #21

Open raamana opened 5 years ago

raamana commented 5 years ago

Perhaps new class might NOT be necessary, if we let MLDataset.dtype be array of numpy.dtypes corresponding to each feature, and indicate it during init?

Or we can define a MixedDataset class which takes care of all the init and cfg, and makes it easy to handle fully generic mixed datatypes.

Gotta work it out, and test it.