Skip to content

Commit

Permalink
update ssl: movie lens cf
Browse files Browse the repository at this point in the history
  • Loading branch information
MarkFischinger committed Apr 22, 2024
1 parent 8304624 commit 7f5f52f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion movie_lens_prediction_with_cf/movie-lens-cf-py.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@
],
"source": [
"# Load the MovieLens small data from an online URL.\n",
"!rm -rf ml-latest-small && wget --no-check-certificate -q -O tmp.zip https://lab.mlpack.org/data/MovieLens-small.zip && unzip tmp.zip && rm tmp.zip"
"!rm -rf ml-latest-small && wget -q -O tmp.zip https://datasets.mlpack.org/MovieLens-small.zip && unzip tmp.zip && rm tmp.zip"
]
},
{
Expand Down

0 comments on commit 7f5f52f

Please sign in to comment.