Skip to content
This repository has been archived by the owner on Jun 25, 2022. It is now read-only.

Commit

Permalink
add additional stress test with more trees
Browse files Browse the repository at this point in the history
  • Loading branch information
cboettig authored Mar 2, 2019
1 parent ae098b8 commit 85991f9
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions ml/gpu/tests.R
Original file line number Diff line number Diff line change
Expand Up @@ -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:

Expand Down

0 comments on commit 85991f9

Please sign in to comment.