Skip to content

Commit

Permalink
Fix a bug in quickstart notebook.
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 410661388
  • Loading branch information
lyyanlely authored and ramakumar1729 committed Nov 22, 2021
1 parent 32e33ad commit 05fc73f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs/tutorials/quickstart.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -128,6 +128,7 @@
},
"outputs": [],
"source": [
"%%capture --no-display\n",
"# Ratings data.\n",
"ratings = tfds.load('movielens/100k-ratings', split=\"train\")\n",
"# Features of all the available movies.\n",
Expand Down

0 comments on commit 05fc73f

Please sign in to comment.