Update faq.md (#2727)

Changed dead link to actual one
This commit is contained in:
Dmitry Mottl 2017-09-20 09:17:42 +03:00 committed by Michaël Benesty
parent 0e85b30fdd
commit c09204fa70

View File

@ -16,7 +16,7 @@ I have a big dataset
XGBoost is designed to be memory efficient. Usually it can handle problems as long as the data fit into your memory
(This usually means millions of instances).
If you are running out of memory, checkout [external memory version](how_to/external_memory.md) or
[distributed version](https://github.com/dmlc/wormhole/tree/master/learn/xgboost) of xgboost.
[distributed version](../demo/distributed-training) of xgboost.
Running xgboost on Platform X (Hadoop/Yarn, Mesos)