Skip to content

Commit

Permalink
[DOC] RAPIDS GPU demos: minor doc editing
Browse files Browse the repository at this point in the history
  • Loading branch information
Sharon-iguazio committed Sep 23, 2019
1 parent 5352c84 commit 665a7ef
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions demos/gpu/rapids/benchmark-cudf-vs-pd.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@
"cell_type": "markdown",
"metadata": {},
"source": [
"# Benchmark pandas Versus cuDF\n",
"# Benchmarks Comparison — pandas Versus RAPIDS cuDF\n",
"\n",
"Using `timeit` to compare benchmarks pandas and RAPIDS cuDF."
"This tutorial uses `timeit` to compare performance benchmarks with pandas and RAPIDS cuDF."
]
},
{
Expand Down
2 changes: 1 addition & 1 deletion demos/gpu/rapids/nuclio-cudf-agg.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"cell_type": "markdown",
"metadata": {},
"source": [
"# Nuclio Function for Unified Data Batching and Aggregation"
"# Nuclio Function for Unified Data Batching and Aggregation with RAPIDS cuDF"
]
},
{
Expand Down
4 changes: 2 additions & 2 deletions demos/gpu/rapids/python-agg.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,14 @@
"cell_type": "markdown",
"metadata": {},
"source": [
"# Standalone Python Function for Unified Data Batching and Aggregation"
"# Standalone Python Function for Unified Data Batching and Aggregation with RAPIDS cuDF"
]
},
{
"cell_type": "markdown",
"metadata": {},
"source": [
"## Installations"
"## Installation"
]
},
{
Expand Down

0 comments on commit 665a7ef

Please sign in to comment.