Skip to content

Commit

Permalink
Merge pull request #1824 from microsoft/miguelgfierro-patch-1
Browse files Browse the repository at this point in the history
Removed unused import
  • Loading branch information
miguelgfierro authored Oct 6, 2022
2 parents 08a1d18 + 516614f commit e3e2e55
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion examples/00_quick_start/als_movielens.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -770,7 +770,6 @@
"source": [
"if is_jupyter():\n",
" # Record results with papermill for tests\n",
" import papermill as pm\n",
" import scrapbook as sb\n",
" sb.glue(\"map\", rank_eval.map_at_k())\n",
" sb.glue(\"ndcg\", rank_eval.ndcg_at_k())\n",
Expand Down

0 comments on commit e3e2e55

Please sign in to comment.