From c09204fa70c665ad8c1e265b391847e8bc6e1dc0 Mon Sep 17 00:00:00 2001 From: Dmitry Mottl Date: Wed, 20 Sep 2017 09:17:42 +0300 Subject: [PATCH] Update faq.md (#2727) Changed dead link to actual one --- doc/faq.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/faq.md b/doc/faq.md index 18eaddcaa..8abab9e36 100644 --- a/doc/faq.md +++ b/doc/faq.md @@ -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)