We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c9d7d9c commit 32eed46Copy full SHA for 32eed46
examples/keras_rs/hstu.py
@@ -50,7 +50,7 @@
50
"""
51
52
53
-def load_and_process_data(dataset_name="ml-1m"):
+def load_and_process_data():
54
# Downloads and processes the raw MovieLens data using only pandas.
55
print("--- Starting Data Loading and Processing ---")
56
origin_url = "http://files.grouplens.org/datasets/movielens/ml-1m.zip"
0 commit comments