Skip to content

Commit 32eed46

Browse files
Update examples/keras_rs/hstu.py
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
1 parent c9d7d9c commit 32eed46

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/keras_rs/hstu.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050
"""
5151

5252

53-
def load_and_process_data(dataset_name="ml-1m"):
53+
def load_and_process_data():
5454
# Downloads and processes the raw MovieLens data using only pandas.
5555
print("--- Starting Data Loading and Processing ---")
5656
origin_url = "http://files.grouplens.org/datasets/movielens/ml-1m.zip"

0 commit comments

Comments
 (0)