Skip to content

Commit b7facac

Browse files
Merge pull request #1984 from sushreebarsa:patch-1
PiperOrigin-RevId: 414874594
2 parents 8c7a74f + 1c5fe2c commit b7facac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

site/en/tutorials/keras/regression.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -518,7 +518,7 @@
518518
"\n",
519519
"Begin with a single-variable linear regression to predict `'MPG'` from `'Horsepower'`.\n",
520520
"\n",
521-
"Training a model with `tf.keras` typically starts by defining the model architecture. Use a `tf.keras.Sequential` model, which [represents a sequence of steps](.././guide/keras/sequential_model.ipynb).\n",
521+
"Training a model with `tf.keras` typically starts by defining the model architecture. Use a `tf.keras.Sequential` model, which [represents a sequence of steps](https://www.tensorflow.org/guide/keras/sequential_model).\n",
522522
"\n",
523523
"There are two steps in your single-variable linear regression model:\n",
524524
"\n",

0 commit comments

Comments
 (0)