Editing the suggested recipe

This is where you can edit the recipe and replace it with a recipe of your own creation.

You can find all the JSON in this chapter in the book's GitHub repository, properly formatted and indented at https://github.com/alexperrier/packt-aml/blob/master/ch5/recipes.json.

The recipe is validated while you type. Anything not respecting the JSON format will result in the following error message: Recipe must be valid JSON. Some common errors include the following:

  • Indentation is not respected
  • The last element between braces should not be followed by a comma
  • All strings must be between double quotes
Manually formatting JSON text is not fun. This online JSON editor is very helpful: http://www.cleancss.com/json-editor/ ...

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.