From 9c0ba6708894afd345e0ffbc4b173b26696d859d Mon Sep 17 00:00:00 2001 From: Tianqi Chen Date: Mon, 11 May 2015 08:45:59 -0700 Subject: [PATCH] Update README.md --- wrapper/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wrapper/README.md b/wrapper/README.md index b863353b1..ab013faf6 100644 --- a/wrapper/README.md +++ b/wrapper/README.md @@ -7,7 +7,7 @@ Python * To make the python module, type ```./build.sh``` in the root directory of project * Install with `python setup.py install` from this directory. * Refer also to the walk through example in [demo folder](../demo/guide-python) -* **NOTE**: if you want to run XGBoost in parallel using the fork backend for joblib/multiprocessing, you must build XGBoost without support for OpenMP by `make no_omp=1`. Otherwise, use the forkserver (in Python 3.4) or spawn backend. See the sklearn_examples.py demo. +* **NOTE**: if you want to run XGBoost process in parallel using the fork backend for joblib/multiprocessing, you must build XGBoost without support for OpenMP by `make no_omp=1`. Otherwise, use the forkserver (in Python 3.4) or spawn backend. See the sklearn_parallel.py demo. R