fix relative link to demo (#3066)
This commit is contained in:
parent
94e655329f
commit
077abb35cd
@ -11,7 +11,7 @@ filename#cacheprefix
|
|||||||
The ```filename``` is the normal path to libsvm file you want to load in, ```cacheprefix``` is a
|
The ```filename``` is the normal path to libsvm file you want to load in, ```cacheprefix``` is a
|
||||||
path to a cache file that xgboost will use for external memory cache.
|
path to a cache file that xgboost will use for external memory cache.
|
||||||
|
|
||||||
The following code was extracted from [../demo/guide-python/external_memory.py](../demo/guide-python/external_memory.py)
|
The following code was extracted from [../../demo/guide-python/external_memory.py](../../demo/guide-python/external_memory.py)
|
||||||
```python
|
```python
|
||||||
dtrain = xgb.DMatrix('../data/agaricus.txt.train#dtrain.cache')
|
dtrain = xgb.DMatrix('../data/agaricus.txt.train#dtrain.cache')
|
||||||
```
|
```
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user