Skip to content

Commit

Permalink
remove unused imports
Browse files Browse the repository at this point in the history
  • Loading branch information
mats-claassen committed Sep 16, 2024
1 parent 8ae88b4 commit 71266df
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions examples/movielens/movielens.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -29,13 +29,11 @@
"import numpy as np\n",
"import tensorflow as tf\n",
"import tensorflow_datasets as tfds\n",
"import tensorflow_recommenders as tfrs\n",
"\n",
"from tensorflow.keras.layers import Dense\n",
"from tensorflow.keras import Model\n",
"\n",
"from tf_tabular.builder import InputBuilder\n",
"from tf_tabular.utils import get_vocab\n",
"from .movielens_model import MovielensModel"
]
},
Expand Down

0 comments on commit 71266df

Please sign in to comment.