Refreshed notebooks, particularly with new Week 1

This commit is contained in:
Edward Donner
2024-11-13 15:46:22 +00:00
parent 6ba1875cd3
commit 21c7a8155c
34 changed files with 2331 additions and 410 deletions

View File

@@ -59,7 +59,7 @@
"# It is very fun turning this up to 400_000 and seeing the full dataset visualized,\n",
"# but it almost crashes my box every time so do that at your own risk!! 10_000 is safe!\n",
"\n",
"MAXIMUM_DATAPOINTS = 10_000"
"MAXIMUM_DATAPOINTS = 30_000"
]
},
{
@@ -135,7 +135,7 @@
" x=reduced_vectors[:, 0],\n",
" y=reduced_vectors[:, 1],\n",
" mode='markers',\n",
" marker=dict(size=2, color=colors, opacity=0.7),\n",
" marker=dict(size=3, color=colors, opacity=0.7),\n",
")])\n",
"\n",
"fig.update_layout(\n",
@@ -148,6 +148,14 @@
"\n",
"fig.show()"
]
},
{
"cell_type": "code",
"execution_count": null,
"id": "5e4ae088-3d29-45d3-87a2-fea805fe2c65",
"metadata": {},
"outputs": [],
"source": []
}
],
"metadata": {