NGC | Catalog
CatalogResourcesIntroduction to End-to-End RAPIDS Workflows

Introduction to End-to-End RAPIDS Workflows

Logo for Introduction to End-to-End RAPIDS Workflows
Description
RAPIDS accelerates end-to-end data science workloads entirely on the GPU. This tutorial will teach developers how to accelerate an end-to-end workflow with cuDF, cuML and XGBoost.
Publisher
NVIDIA
Latest Version
1.0
Modified
February 27, 2024
Compressed Size
20.51 KB

RAPIDS enables developers to build high performance data solutions without a learning curve using DataFrames, SQL, machine learning, and graph analytics on NVIDIA GPUs. RAPIDS focuses on common data preparation tasks for analytics and data science. This includes a familiar dataframe API that integrates with a variety of machine learning algorithms for end-to-end pipeline accelerations without paying typical serialization costs.

Using NYC CitiBike data, this tutorial will teach developers how to build an end-to-end workflow with cuDF, accelerated XGBoost and SHAP. This tutorial will show you how to ingest data, conduct ETL, perform EDA, train an XGBoost model, and inference using the trained model.