starlibs / AILibs

A collection of Java libraries for basic AI algorithms (JAICore) and automated software composition, in particular AutoML (softwareconfiguration)
GNU Affero General Public License v3.0
37 stars 36 forks source link

added support for reading CSV files #271

Open csoltenborn opened 2 years ago

csoltenborn commented 2 years ago

This PR adds support for importing CSV files into a dataset by implementing CSVDatasetAdapter.deserializeDataset().

Note that I'm not sure whether my implementations of IDataSetDescriptor as well as ReconstructionInstruction make sense - please check.