Skip to content

Commit

Permalink
git commit -m "Fix IndentationError in sklearn_clustering_with_aeon_d…
Browse files Browse the repository at this point in the history
…istances.ipynb"
  • Loading branch information
SalmanDeveloperz committed Mar 9, 2025
1 parent 68860e6 commit 50ca0e8
Showing 1 changed file with 1 addition and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@
},
{
"cell_type": "code",
"execution_count": 134,
"execution_count": null,
"metadata": {},
"outputs": [
{
Expand Down Expand Up @@ -133,12 +133,6 @@
"plt.ylabel(\"Mean Value\")\n",
"plt.legend(loc=\"upper right\", fontsize=\"small\", ncol=2)\n",
"plt.grid(True)\n",
"plt.show()\n",
" plt.plot(\n",
" np.mean(X[labels == label], axis=0), label=f\"Cluster {label}\"\n",
" ) # Fix indexing\n",
"plt.title(\"Hierarchical Clustering with DTW Distance\")\n",
"plt.legend()\n",
"plt.show()"
]
},
Expand Down

0 comments on commit 50ca0e8

Please sign in to comment.