Refreshed notebooks, particularly with new Week 1
This commit is contained in:
@@ -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": {
|
||||
|
||||
Reference in New Issue
Block a user