Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How do I use Amazon Machine Learning with multi-value data

Amazon Machine Learning works with CSV files of data. It doesn't appear to have any ability to work with relational data to represent one-to-many relationships.

How should I transform a relational dataset so that it can be used for machine learning?

Would it be best to denormalize the dataset or am I thinking about this the wrong way?

like image 567
James Xabregas Avatar asked Jan 31 '26 09:01

James Xabregas


1 Answers

Your best bet would be to denormalize the dataset, so that each input observation has all the attributes (columns) needed to make a prediction. If you can provide a few example data rows, even using made-up data values, I'd be happy to help more.

like image 172
Alex Ingerman Avatar answered Feb 02 '26 01:02

Alex Ingerman



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!