From 85991f9a041c8eaa9407f4e0999611a58ae5a19c Mon Sep 17 00:00:00 2001 From: Carl Boettiger Date: Fri, 1 Mar 2019 18:18:12 -0800 Subject: [PATCH] add additional stress test with more trees --- ml/gpu/tests.R | 3 +++ 1 file changed, 3 insertions(+) diff --git a/ml/gpu/tests.R b/ml/gpu/tests.R index 74caa8e..6a0b96f 100644 --- a/ml/gpu/tests.R +++ b/ml/gpu/tests.R @@ -40,6 +40,9 @@ h2o.xgboost(y = dependent, x = independent, training_frame = australia, h2o.xgboost(y = dependent, x = independent, training_frame = australia, ntrees = 1000, backend = "gpu") +## h2o stress test +h2o.xgboost(y = dependent, x = independent, training_frame = australia, + ntrees = 100000, backend = "gpu") ## Tensorflow: