Generating the datasources template

The template for the training files is as follows:

{   "DataSourceId": "CH8_AH_training_00{k}",   "DataSourceName": "[DS AH] training 00{k}",   "DataSpec": {       "DataLocationS3": "s3://aml.packt/data/ch8/shuffled_{k}.csv",       "DataSchemaLocationS3":"s3://aml.packt/data/ch8        /ames_housing.csv.schema",       "DataRearrangement": "{"splitting":       {"percentBegin":0,"percentEnd":70}}"   },   "ComputeStatistics": true}

And the template for for validation datasources is as follows:

{   "DataSourceId": "CH8_AH_evaluate_00{k}",   "DataSourceName": "[DS AH] evaluate 00{k}",   "DataSpec": {       "DataLocationS3": "s3://aml.packt/data/ch8/shuffled_{k}.csv",       "DataSchemaLocationS3":"s3://aml.packt/data/ch8       /ames_housing.csv.schema", "DataRearrangement": ...

Get Effective Amazon Machine Learning now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.