Skip to content

Commit

Permalink
Merge branch 'master' of github.com:EasonLiao/CudaTree
Browse files Browse the repository at this point in the history
  • Loading branch information
EasonLiao committed Mar 5, 2014
2 parents 8d62f52 + 4ad1fac commit bf8b2fa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -35,7 +35,7 @@ For hybrid version:
#We gonna build random forest on two GPU and 6 CPU core.
#For the GPU version we use CudaTree, CPU version we use WiseRF
forest = RandomForestClassifier(n_estimators=50,
n_gpu = 2,
n_gpus = 2,
n_jobs = 6,
bootstrap=False,
cpu_classifier = WiseRF)
Expand All @@ -46,7 +46,7 @@ For hybrid version:


### Install
You should be able to install CudaTree from its [PyPI package](https://pypi.python.org/pypi/cudatree/0.4) by running:
You should be able to install CudaTree from its [PyPI package](https://pypi.python.org/pypi/cudatree) by running:

pip install cudatree

Expand Down

0 comments on commit bf8b2fa

Please sign in to comment.