Update GPU acceleration demo (#2617)

* Update GPU acceleration demo

* Fix parameter formatting
This commit is contained in:
Rory Mitchell
2017-08-19 21:27:48 +12:00
committed by GitHub
parent 5661a67d20
commit 332b26df95
4 changed files with 43 additions and 76 deletions

View File

@@ -113,6 +113,7 @@ Parameters for Tree Booster
- The type of predictor algorithm to use. Provides the same results but allows the use of GPU or CPU.
- 'cpu_predictor': Multicore CPU prediction algorithm.
- 'gpu_predictor': Prediction using GPU. Default for 'gpu_exact' and 'gpu_hist' tree method.
Additional parameters for Dart Booster
--------------------------------------
* sample_type [default="uniform"]