From 5dbccdb54dc1b10f761e3630c3b97063c5d166d6 Mon Sep 17 00:00:00 2001 From: Mike Wendt Date: Wed, 5 Dec 2018 23:10:22 -0500 Subject: [PATCH 1/2] DOC Update link to dataset --- mortgage/E2E.ipynb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mortgage/E2E.ipynb b/mortgage/E2E.ipynb index fbe124fb..cb6ba2d3 100644 --- a/mortgage/E2E.ipynb +++ b/mortgage/E2E.ipynb @@ -74,7 +74,7 @@ "metadata": {}, "outputs": [], "source": [ - "# to download data for this notebook, visit https://rapidsai.github.io/datasets and update the following paths accordingly\n", + "# to download data for this notebook, visit https://rapidsai.github.io/demos/datasets/mortgage-data and update the following paths accordingly\n", "acq_data_path = \"/path/to/mortgage/acq\"\n", "perf_data_path = \"/path/to/mortgage/perf\"\n", "col_names_path = \"/path/to/mortgage/names.csv\"\n", From fc9a0b6eff7a4cdd4276f7ac8ceb561a076e5361 Mon Sep 17 00:00:00 2001 From: Mike Wendt Date: Wed, 5 Dec 2018 23:12:40 -0500 Subject: [PATCH 2/2] DOC Update link to dataset --- dockerhub/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dockerhub/README.md b/dockerhub/README.md index bea4d2c9..dfded02c 100644 --- a/dockerhub/README.md +++ b/dockerhub/README.md @@ -55,7 +55,7 @@ The RAPIDS suite of software libraries gives you the freedom to execute end-to-e source activate rapids -3. Download the mortgage dataset, following the instructions provided at https://rapidsai.github.io/demos/docs/datasets/2018-12-05-mortgage-dataset/ +3. Download the mortgage dataset, following the instructions provided at https://rapidsai.github.io/demos/datasets/mortgage-data You will need to update paths and years in the notebook (see below) depending on which subset of the mortgage data you download and where you install it. @@ -169,4 +169,4 @@ The final step of the ETL process migrates all computed results back to system m ## Where can I get help or file bugs/requests? -Please submit issues with the container to this GitHub repository: [https://github.com/rapidsai/cudf](https://github.com/rapidsai/cudf) \ No newline at end of file +Please submit issues with the container to this GitHub repository: [https://github.com/rapidsai/cudf](https://github.com/rapidsai/cudf)