How do I represent a set/list of items in the input data (data frame) for H2O?
I'm using sparkling water 1.6.5 with H2O Flow. My input data (columns in the CSV file) look like this:
age: numeric
gender: enum
hobbies: ?
sports: ?
hobbies and sports are lists/sets with a limited number of possible entries (~20 each). H2O does not seem to have a suitable data type for this. How do I export these into a CSV file that can be processed by H2O Flow?