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


amazon machine learning works csv files of data. doesn't appear have ability work relational data represent one-to-many relationships.

how should transform relational dataset can used machine learning?

would best denormalize dataset or thinking wrong way?

your best bet denormalize dataset, each input observation has attributes (columns) needed make prediction. if can provide few example data rows, using made-up data values, i'd happy more.


Comments

Popular posts from this blog

apache - PHP Soap issue while content length is larger -

asynchronous - Python asyncio task got bad yield -

javascript - Complete OpenIDConnect auth when requesting via Ajax -