Skip to content

Commit

Permalink
Remove additional "/" in external memory doc (dmlc#3131)
Browse files Browse the repository at this point in the history
  • Loading branch information
terrytangyuan authored Feb 24, 2018
1 parent 5d4cc49 commit cf89fa7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/how_to/external_memory.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ Distributed Version
-------------------
The external memory mode naturally works on distributed version, you can simply set path like
```
data = "hdfs:///path-to-data/#dtrain.cache"
data = "hdfs://path-to-data/#dtrain.cache"
```
xgboost will cache the data to the local position. When you run on YARN, the current folder is temporal
so that you can directly use ```dtrain.cache``` to cache to current folder.
Expand Down

0 comments on commit cf89fa7

Please sign in to comment.