This is an automated email from the ASF dual-hosted git repository.
damccorm pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/beam.git
The following commit(s) were added to refs/heads/master by this push:
new 05861613f48 Fix typo and remove extra button (#28965)
05861613f48 is described below
commit 05861613f484a6159c21796006c52d8da5e10b2a
Author: Rebecca Szper <[email protected]>
AuthorDate: Thu Oct 12 13:20:39 2023 -0700
Fix typo and remove extra button (#28965)
* Fix typo and remove extra button
* Remove button cell
---
examples/notebooks/beam-ml/mltransform_basic.ipynb | 12 +-----------
1 file changed, 1 insertion(+), 11 deletions(-)
diff --git a/examples/notebooks/beam-ml/mltransform_basic.ipynb
b/examples/notebooks/beam-ml/mltransform_basic.ipynb
index fd305bddb3b..e44be91fe1c 100644
--- a/examples/notebooks/beam-ml/mltransform_basic.ipynb
+++ b/examples/notebooks/beam-ml/mltransform_basic.ipynb
@@ -1,15 +1,5 @@
{
"cells": [
- {
- "cell_type": "markdown",
- "metadata": {
- "id": "view-in-github",
- "colab_type": "text"
- },
- "source": [
- "<a
href=\"https://colab.research.google.com/github/AnandInguva/beam/blob/mltransform_notebook/examples/notebooks/beam-ml/mltransform_basic.ipynb\"
target=\"_parent\"><img
src=\"https://colab.research.google.com/assets/colab-badge.svg\" alt=\"Open In
Colab\"/></a>"
- ]
- },
{
"cell_type": "code",
"source": [
@@ -77,7 +67,7 @@
"id": "f0097dbd-2657-4cbe-a334-e0401816db01"
},
"source": [
- "## Import the requried modules\n",
+ "## Import the required modules\n",
"\n",
"To use `MLTransfrom`, install `tensorflow_transform` and the Apache
Beam SDK version 2.50.0 or later.\n"
]