Skip to content

Commit

Permalink
Merge pull request rapidsai#8 from rapidsai/mwendt-readme-updates
Browse files Browse the repository at this point in the history
[REVIEW] Updates to READMEs after launch of demos site
  • Loading branch information
mike-wendt authored Dec 6, 2018
2 parents fedfa5e + fc9a0b6 commit b5b0d4b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions dockerhub/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down Expand Up @@ -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)
Please submit issues with the container to this GitHub repository: [https://github.com/rapidsai/cudf](https://github.com/rapidsai/cudf)
2 changes: 1 addition & 1 deletion mortgage/E2E.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit b5b0d4b

Please sign in to comment.