From 2d414c40520ff8ca47bdc340e130517412bd45f1 Mon Sep 17 00:00:00 2001 From: florencep Date: Mon, 8 Apr 2019 11:31:53 -0700 Subject: [PATCH] remove the reference to a bug as the bug has been fixed in the public client lib --- .../retail_product_stockout_prediction.ipynb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tables/automl/notebooks/retail_product_stockout_prediction/retail_product_stockout_prediction.ipynb b/tables/automl/notebooks/retail_product_stockout_prediction/retail_product_stockout_prediction.ipynb index 5916735f5d2..f869cdc330b 100644 --- a/tables/automl/notebooks/retail_product_stockout_prediction/retail_product_stockout_prediction.ipynb +++ b/tables/automl/notebooks/retail_product_stockout_prediction/retail_product_stockout_prediction.ipynb @@ -909,7 +909,7 @@ "\n", "The AutoML Tables logs the errors in the `errors.csv` file.\n", "\n", - "**NOTE:** The client library has a bug. If the following cell returns a `TypeError: Could not convert Any to BatchPredictResult` error, ignore it. The batch prediction output file(s) will be updated to the GCS bucket that you set in the preceding cells." + "**NOTE:** The batch prediction output file(s) will be updated to the GCS bucket that you set in the preceding cells." ] }, { @@ -995,4 +995,4 @@ "outputs": [] } ] -} \ No newline at end of file +}