Skip to content

shwina/rapids-tutorial-gtc-2023

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Introduction to RAPIDS cuDF and cuML - GTC 2023

This repository contains the code for the NVIDIA GTC 2023 Introduction to RAPIDS talk.

NYCTaxi.ipynb contains the code from the talk, and shows how to use the cuDF and cuML libraries in a GPU-accelerated data science pipeline.

NYCTaxi-Blank.ipynb is the same, but contains a few #TODO sections as exercises.

Install RAPIDS and other dependencies

To run the notebooks in this repository, you'll need to install cuDF and cuML along with a few other dependencies.

Below, we show how to use pip to install cudf and cuml. Other installation options can be found here.

pip install cudf-cu11 cuml-cu11 --extra-index-url=https://pypi.nvidia.com

Other dependencies

pip install requests seaborn scikit-learn tqdm
pip install hvplot

Try RAPIDS on Google Colab

Don't have access to a GPU, but still want to give RAPIDS a try? You can also run the NYCTaxi notebook on Google Colab.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published