Skip to content

Commit

Permalink
Update automl_image_classification_batch_prediction.ipynb
Browse files Browse the repository at this point in the history
This notebook was throwing "invalid JSON" errors when users were opening it in Colab, etc.

The problem was introduced in #2866 when I didn't close a text cell line properly.
  • Loading branch information
aarondietz234 committed Apr 22, 2024
1 parent 00d8f83 commit 362a4cd
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -561,7 +561,7 @@
"- `budget_milli_node_hours`: (optional) Maximum training time specified in unit of millihours (1000 = hour).\n",
"- `disable_early_stopping`: If `True`, training maybe completed before using the entire budget if the service believes it cannot further improve on the model objective measurements.\n",
"\n",
"The `run` method when completed returns the `Model` resource.\n",
"The `run` method when completed returns the `Model` resource."
]
},
{
Expand Down

0 comments on commit 362a4cd

Please sign in to comment.