feat(circuit-course)

This commit is contained in:
2025-11-17 09:37:39 +03:00
parent 41e46f1909
commit c53218cb40
16 changed files with 5239 additions and 2 deletions

View File

@ -212,7 +212,7 @@
},
{
"cell_type": "code",
"execution_count": 5,
"execution_count": null,
"metadata": {},
"outputs": [
{
@ -227,7 +227,7 @@
}
],
"source": [
"dbscan = cuml.DBSCAN(eps=5000)\n",
"dbscan = cuml.DBSCAN(eps=5000)eps=5000)\n",
"# dbscan = cuml.DBSCAN(eps=10000)\n",
"\n",
"infected_df = gdf[gdf['infected'] == 1].reset_index()\n",