Skip to content

Commit

Permalink
cleaning up the notebook
Browse files Browse the repository at this point in the history
  • Loading branch information
mtjrider committed Mar 18, 2019
1 parent 6fba22f commit c7c013c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions mortgage/E2E.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -104,9 +104,9 @@
"outputs": [],
"source": [
"# 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/acq\"\n",
"perf_data_path = \"path/to/perf\"\n",
"col_names_path = \"/path/to/names.csv\"\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",
"start_year = 2000\n",
"end_year = 2016 # end_year is inclusive\n",
"part_count = 16 # the number of data files to train against"
Expand Down

0 comments on commit c7c013c

Please sign in to comment.