Skip to content

Commit be350f3

Browse files
committed
Update index.html
Added `nthreads = -1` (per Ray)
1 parent a82c02c commit be350f3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packaging/index.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -310,7 +310,7 @@ <h2>Use H<sub>2</sub>O directly from R</h2>
310310
<em># Next, we download, install and initialize the H<sub>2</sub>O package for R.</em><br/>
311311
install.packages("h2o", repos=(c("<script type="text/javascript">var url = location.href; var url2 = url.substring(0, url.lastIndexOf("/")); document.write(url2);</script>/R", getOption("repos"))))<br/>
312312
library(h2o)<br/>
313-
localH2O = h2o.init()<br/><br/>
313+
localH2O = h2o.init(nthreads = -1)<br/><br/>
314314
<em># Finally, let's run a demo to see H<sub>2</sub>O at work.</em><br/>
315315
demo(h2o.glm)
316316
</div>

0 commit comments

Comments
 (0)