Skip to content

Commit be6e99d

Browse files
Merge pull request #2038 from RenuPatelGoogle:patch-11
PiperOrigin-RevId: 431520660
2 parents 4ee3e08 + 62a1ad2 commit be6e99d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

site/en/tutorials/structured_data/preprocessing_layers.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@
8181
"This tutorial contains complete code for:\n",
8282
"\n",
8383
"* Loading a CSV file into a <a href=\"https://pandas.pydata.org/docs/reference/api/pandas.DataFrame.html\" class=\"external\">DataFrame</a> using <a href=\"https://pandas.pydata.org/\" class=\"external\">pandas</a>.\n",
84-
"* Building an input pipeline to batch and shuffle the rows using `tf.data`. (Visit [tf.data: Build TensorFlow input pipelines](../../data.ipynb) for more details.)\n",
84+
"* Building an input pipeline to batch and shuffle the rows using `tf.data`. (Visit [tf.data: Build TensorFlow input pipelines](../../guide/data.ipynb) for more details.)\n",
8585
"* Mapping from columns in the CSV file to features used to train the model with the Keras preprocessing layers.\n",
8686
"* Building, training, and evaluating a model using the Keras built-in methods."
8787
]

0 commit comments

Comments
 (0)