Skip to content

Commit

Permalink
Migrate dask/notebooks/HPO_demo.ipynb to deployment (#174)
Browse files Browse the repository at this point in the history
* create new pr

* rename notebook folder, few style fixes in notebook

* Update source/examples/xgboost-randomforest-gpu-hpo-dask/notebook.ipynb

Co-authored-by: Jacob Tomlinson <[email protected]>

* Update source/examples/xgboost-randomforest-gpu-hpo-dask/notebook.ipynb

Co-authored-by: Jacob Tomlinson <[email protected]>

* Update source/examples/xgboost-randomforest-gpu-hpo-dask/notebook.ipynb

* add docs for localcudacluster

* minor format fix

* style issue

* updated notebook with deployment links

* addressed review, ready for review

---------

Co-authored-by: Jacob Tomlinson <[email protected]>
  • Loading branch information
skirui-source and jacobtomlinson authored Apr 11, 2023
1 parent e700efb commit 6214a25
Show file tree
Hide file tree
Showing 4 changed files with 812 additions and 1 deletion.
2 changes: 1 addition & 1 deletion source/cloud/aws/ec2-multi.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Before running these instructions, ensure you have installed RAPIDS.
This method of deploying RAPIDS effectively allows you to burst beyond the node you are on into a cluster of EC2 VMs. This does come with the caveat that you are on a RAPIDS capable environment with GPUs.
```

If you are using a machine with an NVIDIA GPU then follow the [local install instructions](../../local). Alternatively if you do not have a GPU locally consider using s remote environment like a [SageMaker Notebook Instance](./sagemaker).
If you are using a machine with an NVIDIA GPU then follow the [local install instructions](https://docs.rapids.ai/install). Alternatively if you do not have a GPU locally consider using a remote environment like a [SageMaker Notebook Instance](https://docs.aws.amazon.com/sagemaker/latest/dg/nbi.html).

### Install the AWS CLI

Expand Down
1 change: 1 addition & 0 deletions source/examples/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,5 @@ rapids-sagemaker-higgs/notebook
rapids-sagemaker-hpo/notebook
rapids-ec2-mnmg/notebook
rapids-autoscaling-multi-tenant-kubernetes/notebook
xgboost-randomforest-gpu-hpo-dask/notebook
```
Loading

0 comments on commit 6214a25

Please sign in to comment.