Updated notebook to use lite dataset

This commit is contained in:
Edward Donner
2025-11-03 16:19:11 -05:00
parent 62ef6e62e9
commit 9132764523

View File

@@ -118,8 +118,7 @@
"outputs": [], "outputs": [],
"source": [ "source": [
"# Load in the same dataset as last time\n", "# Load in the same dataset as last time\n",
"\n", "items = ItemLoader(\"Appliances\").load()"
"items = ItemLoader(\"Home_and_Kitchen\").load()"
] ]
}, },
{ {
@@ -610,7 +609,7 @@
], ],
"metadata": { "metadata": {
"kernelspec": { "kernelspec": {
"display_name": "Python 3 (ipykernel)", "display_name": ".venv",
"language": "python", "language": "python",
"name": "python3" "name": "python3"
}, },
@@ -624,7 +623,7 @@
"name": "python", "name": "python",
"nbconvert_exporter": "python", "nbconvert_exporter": "python",
"pygments_lexer": "ipython3", "pygments_lexer": "ipython3",
"version": "3.11.13" "version": "3.12.9"
} }
}, },
"nbformat": 4, "nbformat": 4,