Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
Added `nthreads = -1` (per Ray)
  • Loading branch information
jessica0xdata committed Sep 24, 2015
1 parent a82c02c commit be350f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packaging/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -310,7 +310,7 @@ <h2>Use H<sub>2</sub>O directly from R</h2>
<em># Next, we download, install and initialize the H<sub>2</sub>O package for R.</em><br/>
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/>
library(h2o)<br/>
localH2O = h2o.init()<br/><br/>
localH2O = h2o.init(nthreads = -1)<br/><br/>
<em># Finally, let's run a demo to see H<sub>2</sub>O at work.</em><br/>
demo(h2o.glm)
</div>
Expand Down

0 comments on commit be350f3

Please sign in to comment.