-
Notifications
You must be signed in to change notification settings - Fork 71
Migrate useful notebooks to the deployment docs repo #203
Description
In rapidsai/deployment#108 I copied a couple of the notebooks from this repo over into the deployment docs so that I had something to work with when updating the Sphinx theme.
As part of #197 we need to migrate the rest of the notebooks in this repo over, but those can be done in separate PRs. Not all notebooks here are in a good state, so we should just focus on migrating the ones which are up to date and confirmed to be working/useful.
My preference would be for each notebook to be placed in its own directory in the source/examples section of the deployment repo with no nesting. The notebook should probably be renamed to notebook.ipynb too so that the URL looks nice.
Any supporting files should be also placed in the directory alongside the notebook. Again ideally without any nested directories unless there is a technical reason why we need to do so.
source/examples
├── index.md
├── rapids-sagemaker-higgs
│ ├── Dockerfile
│ ├── notebook.ipynb
│ └── rapids-higgs.py
└── xgboost-gpu-hpo-job-parallel-k8s
└── notebook.ipynb
Each notebook also needs to be added to the toctree of the source/examples/index.md file.
Once the notebook has been copied and merged it needs to be removed from this repo and replaced with a link so folks can find them again.
### Tasks
- [ ] https://github.com/rapidsai/cloud-ml-examples/issues/206
- [ ] https://github.com/rapidsai/cloud-ml-examples/issues/207
- [ ] https://github.com/rapidsai/cloud-ml-examples/issues/208
- [ ] https://github.com/rapidsai/cloud-ml-examples/issues/209
- [ ] https://github.com/rapidsai/cloud-ml-examples/issues/210
- [ ] https://github.com/rapidsai/cloud-ml-examples/issues/211
- [ ] https://github.com/rapidsai/cloud-ml-examples/issues/212
- [ ] https://github.com/rapidsai/cloud-ml-examples/issues/213
- [ ] https://github.com/rapidsai/cloud-ml-examples/issues/214
- [ ] https://github.com/rapidsai/cloud-ml-examples/issues/215
- [ ] https://github.com/rapidsai/cloud-ml-examples/issues/216
- [ ] https://github.com/rapidsai/cloud-ml-examples/issues/217
- [ ] https://github.com/rapidsai/cloud-ml-examples/issues/218
- [ ] https://github.com/rapidsai/cloud-ml-examples/issues/219
- [ ] https://github.com/rapidsai/cloud-ml-examples/issues/220
- [ ] https://github.com/rapidsai/cloud-ml-examples/issues/221
- [ ] https://github.com/rapidsai/cloud-ml-examples/issues/222
- [ ] https://github.com/rapidsai/cloud-ml-examples/issues/223
- [ ] https://github.com/rapidsai/cloud-ml-examples/issues/224
- [ ] https://github.com/rapidsai/cloud-ml-examples/issues/225
- [ ] https://github.com/rapidsai/cloud-ml-examples/issues/226
- [ ] https://github.com/rapidsai/cloud-ml-examples/issues/227
- [ ] https://github.com/rapidsai/cloud-ml-examples/issues/228
- [ ] https://github.com/rapidsai/cloud-ml-examples/issues/229
- [ ] https://github.com/rapidsai/cloud-ml-examples/issues/230
- [ ] https://github.com/rapidsai/cloud-ml-examples/issues/231
- [ ] https://github.com/rapidsai/cloud-ml-examples/issues/232
- [ ] https://github.com/rapidsai/cloud-ml-examples/issues/233
- [ ] https://github.com/rapidsai/cloud-ml-examples/issues/234
- [ ] https://github.com/rapidsai/cloud-ml-examples/issues/235
- [ ] https://github.com/rapidsai/cloud-ml-examples/issues/236
- [ ] https://github.com/rapidsai/cloud-ml-examples/issues/237
- [ ] https://github.com/rapidsai/cloud-ml-examples/issues/238
- [ ] https://github.com/rapidsai/cloud-ml-examples/issues/239