How to Use Amazon Machine Learning with Multivalued Data
Amazon Machine Learning works with CSV data files. It doesn't seem to have the ability to work with relational data to represent one-to-many relationships.
How do I transform a relational dataset so it can be used for machine learning?
Would it be better to denormalize the dataset, or am I thinking about it wrong?
+3
James xabregas
source
to share
1 answer
Your best bet would be to denormalize the dataset so that each input observation has all the attributes (columns) needed for prediction. If you can provide multiple lines of example data, even using the input data values, I would be happy to help more.
+1
Alex Ingerman
source
to share