From 06aba388c6c674eca9331636a3ff2ce0d04ca399 Mon Sep 17 00:00:00 2001 From: Hai Ning Date: Thu, 24 Jan 2019 10:09:31 -0500 Subject: [PATCH 1/3] Update azure-ml-with-nvidia-rapids.ipynb --- contrib/RAPIDS/azure-ml-with-nvidia-rapids.ipynb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/contrib/RAPIDS/azure-ml-with-nvidia-rapids.ipynb b/contrib/RAPIDS/azure-ml-with-nvidia-rapids.ipynb index 6440b720..da6fde15 100644 --- a/contrib/RAPIDS/azure-ml-with-nvidia-rapids.ipynb +++ b/contrib/RAPIDS/azure-ml-with-nvidia-rapids.ipynb @@ -20,7 +20,7 @@ "cell_type": "markdown", "metadata": {}, "source": [ - "The [RAPIDS](https://www.developer.nvidia.com/rapids) suite of software libraries from NVIDIA enables the execution of end-to-end data science and analytics pipelines entirely on GPUs. In many machine learning projects, a significant portion of the model training time is spent in setting up the data; this stage of the process is known as Extraction, Transformation and Loading, or ETL. By using the DataFrame API for ETL\u00c2\u00a0and GPU-capable ML algorithms in RAPIDS, data preparation and training models can be done in GPU-accelerated end-to-end pipelines without incurring serialization costs between the pipeline stages. This notebook demonstrates how to use NVIDIA RAPIDS to prepare data and train model\u00c2\u00a0in Azure.\n", + "The [RAPIDS](https://www.developer.nvidia.com/rapids) suite of software libraries from NVIDIA enables the execution of end-to-end data science and analytics pipelines entirely on GPUs. In many machine learning projects, a significant portion of the model training time is spent in setting up the data; this stage of the process is known as Extraction, Transformation and Loading, or ETL. By using the DataFrame API for ETL and GPU-capable ML algorithms in RAPIDS, data preparation and training models can be done in GPU-accelerated end-to-end pipelines without incurring serialization costs between the pipeline stages. This notebook demonstrates how to use NVIDIA RAPIDS to prepare data and train model in Azure.\n", " \n", "In this notebook, we will do the following:\n", " \n", @@ -406,4 +406,4 @@ }, "nbformat": 4, "nbformat_minor": 2 -} \ No newline at end of file +} From e01216d85beee497a64463a8552d399188f28139 Mon Sep 17 00:00:00 2001 From: Roope Astala Date: Mon, 28 Jan 2019 18:08:41 -0500 Subject: [PATCH 2/3] Update configuration.ipynb --- configuration.ipynb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/configuration.ipynb b/configuration.ipynb index ab287a25..6fc45686 100644 --- a/configuration.ipynb +++ b/configuration.ipynb @@ -96,7 +96,7 @@ "source": [ "import azureml.core\n", "\n", - "print(\"This notebook was created using version 1.0.6 of the Azure ML SDK\")\n", + "print(\"This notebook was created using version 1.0.10 of the Azure ML SDK\")\n", "print(\"You are currently using version\", azureml.core.VERSION, \"of the Azure ML SDK\")" ] }, @@ -373,4 +373,4 @@ }, "nbformat": 4, "nbformat_minor": 2 -} \ No newline at end of file +} From 4b6e34fdc0479d052bc7811fd7894cdc9eeb25c2 Mon Sep 17 00:00:00 2001 From: Roope Astala Date: Mon, 28 Jan 2019 18:09:36 -0500 Subject: [PATCH 3/3] Update train-within-notebook.ipynb --- .../train-within-notebook/train-within-notebook.ipynb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/how-to-use-azureml/training/train-within-notebook/train-within-notebook.ipynb b/how-to-use-azureml/training/train-within-notebook/train-within-notebook.ipynb index b72aa90a..6690ff43 100644 --- a/how-to-use-azureml/training/train-within-notebook/train-within-notebook.ipynb +++ b/how-to-use-azureml/training/train-within-notebook/train-within-notebook.ipynb @@ -81,7 +81,7 @@ "from azureml.core import Experiment, Workspace\n", "\n", "# Check core SDK version number\n", - "print(\"This notebook was created using version 1.0.2 of the Azure ML SDK\")\n", + "print(\"This notebook was created using version 1.0.10 of the Azure ML SDK\")\n", "print(\"You are currently using version\", azureml.core.VERSION, \"of the Azure ML SDK\")\n", "print(\"\")\n", "\n", @@ -703,4 +703,4 @@ }, "nbformat": 4, "nbformat_minor": 2 -} \ No newline at end of file +}