Skip to content

Commit

Permalink
Fix Links to Small CSV in README (NVIDIA#20)
Browse files Browse the repository at this point in the history
  • Loading branch information
richwhitjr authored and anfeng committed Jun 26, 2019
1 parent 0840a46 commit 870c067
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,9 +50,9 @@ We have 3 example apps, you can choose to download transformed trainable dataset

You can get a small size transformed dataset for each example in `datasets` folder in this repo:

1. [Mortgage Dataset(csv)](https://github.com/rapidsai/spark-examples/xgboost/datasets/mortgage-small.tar.gz)
2. [Taxi Dataset(csv)](https://github.com/rapidsai/spark-examples/xgboost/datasets/taxi-small.tar.gz)
3. [Agaricus(csv)](https://github.com/rapidsai/spark-examples/xgboost/datasets/agaricus.tar.gz)
1. [Mortgage Dataset(csv)](https://github.com/rapidsai/spark-examples/blob/master/datasets/mortgage-small.tar.gz?raw=true)
2. [Taxi Dataset(csv)](https://github.com/rapidsai/spark-examples/blob/master/datasets/taxi-small.tar.gz?raw=true)
3. [Agaricus(csv)](https://github.com/rapidsai/spark-examples/blob/master/datasets/agaricus.tar.gz?raw=true)


Let's take the Mortgage app for example, we need to extract the dataset from tar.gz file and put it in `/data/mortgage`:
Expand Down

0 comments on commit 870c067

Please sign in to comment.