From e3533e10a9b226d0c83e225973786940c055ed08 Mon Sep 17 00:00:00 2001 From: Taurean Dyer <46935140+taureandyernv@users.noreply.github.com> Date: Thu, 10 Nov 2022 12:35:15 -0800 Subject: [PATCH 1/2] Update readme to include intro notebooks --- README.md | 28 +++++++++++++++++++++------- 1 file changed, 21 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index fea33d0..bad1455 100644 --- a/README.md +++ b/README.md @@ -1,16 +1,19 @@ # RAPIDS Notebooks -- [cuML Notebooks](https://github.com/rapidsai/cuml/tree/branch-22.12/notebooks) -- [cuGraph Notebooks](https://github.com/rapidsai/cugraph/tree/branch-22.12/notebooks) -- [CLX Notebooks](https://github.com/rapidsai/clx/tree/branch-22.12/notebooks) -- [cuSpatial Notebooks](https://github.com/rapidsai/cuspatial/tree/branch-22.12/notebooks) -- [cuxfilter Notebooks](https://github.com/rapidsai/cuxfilter/tree/branch-22.12/notebooks) -- [XGBoost Notebooks](https://github.com/rapidsai/xgboost-conda/tree/branch-22.12/notebooks) - ## Intro These notebooks provide examples of how to use RAPIDS. These notebooks are designed to be self-contained with the `runtime` version of the [RAPIDS Docker Container](https://hub.docker.com/r/rapidsai/rapidsai/) and [RAPIDS Nightly Docker Containers](https://hub.docker.com/r/rapidsai/rapidsai-nightly) and can run on air-gapped systems. You can quickly get this container using the install guide from the [RAPIDS.ai Getting Started page](https://rapids.ai/start.html#get-rapids) +## Quick Start + +- [10 Minutes to cuDF](cudf/10min.ipynb) - Intro to GPU Accelerated Dataframes and ETL using [cuDF](https://github.com/rapidsai/cudf) +- [Estimator Intro](cuml/estimator_intro.ipynb) - Intro to GPU Accelerated Machine Learning using [cuML](https://github.com/rapidsai/cuml) +- [10 Minutes to cuGraph]() - GPU Accelerated Graph Analytics using [cuSpatial](https://github.com/rapidsai/cugraph) +- [10 Minutes to cuXFilter](cuxfilter/10_minutes_to_cuxfilter.ipynb) - Intro to GPU Accelerated, Interactive Data Visualations using [cuXFilter](https://github.com/rapidsai/cuxfilter) +- [cuSpatial API Examples]() - Intro to GPU Accelerated Spatial Analytics using [cuSpatial](https://github.com/rapidsai/cusignal) +- [10 Minutes to cuSignal]() - Intro to GPU Accelerated Signal Analytics using [cuSignal](https://github.com/rapidsai/cusignal) +- [10 Minutes to CLX](cuxfilter/10minu.ipynb) - Intro to Cyber Security Log Analytics using [CLX](https://github.com/rapidsai/cls) (if installed) + ## Usage This repository serves as a convenience for our developers and users as a colocation of all RAPIDS notebooks. @@ -18,3 +21,14 @@ This repository serves as a convenience for our developers and users as a coloca To get the latest notebook repo updates, run `./update.sh` or use the following command: `git submodule update --init --remote --no-single-branch --depth 1` + +## Repo Notebook Folder Locations + +- [cuDF Notebooks](https://github.com/rapidsai/cudf/tree/branch-22.10/notebooks) +- [cuML Notebooks](https://github.com/rapidsai/cuml/tree/branch-22.10/notebooks) +- [cuGraph Notebooks](https://github.com/rapidsai/cugraph/tree/branch-22.10/notebooks) +- [cuSpatial Notebooks](https://github.com/rapidsai/cuspatial/tree/branch-22.10/notebooks) +- [cuSignal Notebooks](https://github.com/rapidsai/cusignal/tree/branch-22.10/notebooks) +- [cuxfilter Notebooks](https://github.com/rapidsai/cuxfilter/tree/branch-22.10/notebooks) +- [XGBoost Notebooks](https://github.com/rapidsai/xgboost-conda/tree/branch-22.10/notebooks) +- [CLX Notebooks](https://github.com/rapidsai/clx/tree/branch-22.10/notebooks) (if installed) From 793f4b12655e9141b5193c000a8189b08c46e223 Mon Sep 17 00:00:00 2001 From: Taurean Dyer <46935140+taureandyernv@users.noreply.github.com> Date: Fri, 2 Dec 2022 12:14:53 -0800 Subject: [PATCH 2/2] updated list to 22.12 --- README.md | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index bad1455..6f3182c 100644 --- a/README.md +++ b/README.md @@ -24,11 +24,11 @@ To get the latest notebook repo updates, run `./update.sh` or use the following ## Repo Notebook Folder Locations -- [cuDF Notebooks](https://github.com/rapidsai/cudf/tree/branch-22.10/notebooks) -- [cuML Notebooks](https://github.com/rapidsai/cuml/tree/branch-22.10/notebooks) -- [cuGraph Notebooks](https://github.com/rapidsai/cugraph/tree/branch-22.10/notebooks) -- [cuSpatial Notebooks](https://github.com/rapidsai/cuspatial/tree/branch-22.10/notebooks) -- [cuSignal Notebooks](https://github.com/rapidsai/cusignal/tree/branch-22.10/notebooks) -- [cuxfilter Notebooks](https://github.com/rapidsai/cuxfilter/tree/branch-22.10/notebooks) -- [XGBoost Notebooks](https://github.com/rapidsai/xgboost-conda/tree/branch-22.10/notebooks) -- [CLX Notebooks](https://github.com/rapidsai/clx/tree/branch-22.10/notebooks) (if installed) +- [cuDF Notebooks](https://github.com/rapidsai/cudf/tree/branch-22.12/notebooks) +- [cuML Notebooks](https://github.com/rapidsai/cuml/tree/branch-22.12/notebooks) +- [cuGraph Notebooks](https://github.com/rapidsai/cugraph/tree/branch-22.12/notebooks) +- [cuSpatial Notebooks](https://github.com/rapidsai/cuspatial/tree/branch-22.12/notebooks) +- [cuSignal Notebooks](https://github.com/rapidsai/cusignal/tree/branch-22.12/notebooks) +- [cuxfilter Notebooks](https://github.com/rapidsai/cuxfilter/tree/branch-22.12/notebooks) +- [XGBoost Notebooks](https://github.com/rapidsai/xgboost-conda/tree/branch-22.12/notebooks) +- [CLX Notebooks](https://github.com/rapidsai/clx/tree/branch-22.12/notebooks) (if installed)