You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: python-recipes/recommendation-systems/02_two_towers.ipynb
+4-26Lines changed: 4 additions & 26 deletions
Original file line number
Diff line number
Diff line change
@@ -435,17 +435,7 @@
435
435
"cell_type": "code",
436
436
"execution_count": null,
437
437
"metadata": {},
438
-
"outputs": [
439
-
{
440
-
"name": "stdout",
441
-
"output_type": "stream",
442
-
"text": [
443
-
"\n",
444
-
"\u001b[1m[\u001b[0m\u001b[34;49mnotice\u001b[0m\u001b[1;39;49m]\u001b[0m\u001b[39;49m A new release of pip is available: \u001b[0m\u001b[31;49m24.2\u001b[0m\u001b[39;49m -> \u001b[0m\u001b[32;49m24.3.1\u001b[0m\n",
445
-
"\u001b[1m[\u001b[0m\u001b[34;49mnotice\u001b[0m\u001b[1;39;49m]\u001b[0m\u001b[39;49m To update, run: \u001b[0m\u001b[32;49mpip install --upgrade pip\u001b[0m\n"
446
-
]
447
-
}
448
-
],
438
+
"outputs": [],
449
439
"source": [
450
440
"!pip install Faker --quiet"
451
441
]
@@ -1421,25 +1411,14 @@
1421
1411
"cell_type": "code",
1422
1412
"execution_count": null,
1423
1413
"metadata": {},
1424
-
"outputs": [
1425
-
{
1426
-
"name": "stdout",
1427
-
"output_type": "stream",
1428
-
"text": [
1429
-
"\n",
1430
-
"\u001b[1m[\u001b[0m\u001b[34;49mnotice\u001b[0m\u001b[1;39;49m]\u001b[0m\u001b[39;49m A new release of pip is available: \u001b[0m\u001b[31;49m24.2\u001b[0m\u001b[39;49m -> \u001b[0m\u001b[32;49m24.3.1\u001b[0m\n",
1431
-
"\u001b[1m[\u001b[0m\u001b[34;49mnotice\u001b[0m\u001b[1;39;49m]\u001b[0m\u001b[39;49m To update, run: \u001b[0m\u001b[32;49mpip install --upgrade pip\u001b[0m\n"
0 commit comments