Skip to content

Commit 50ca0e8

Browse files
git commit -m "Fix IndentationError in sklearn_clustering_with_aeon_distances.ipynb"
1 parent 68860e6 commit 50ca0e8

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

Diff for: examples/clustering/sklearn_clustering_with_aeon_distances.ipynb

+1-7
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@
9999
},
100100
{
101101
"cell_type": "code",
102-
"execution_count": 134,
102+
"execution_count": null,
103103
"metadata": {},
104104
"outputs": [
105105
{
@@ -133,12 +133,6 @@
133133
"plt.ylabel(\"Mean Value\")\n",
134134
"plt.legend(loc=\"upper right\", fontsize=\"small\", ncol=2)\n",
135135
"plt.grid(True)\n",
136-
"plt.show()\n",
137-
" plt.plot(\n",
138-
" np.mean(X[labels == label], axis=0), label=f\"Cluster {label}\"\n",
139-
" ) # Fix indexing\n",
140-
"plt.title(\"Hierarchical Clustering with DTW Distance\")\n",
141-
"plt.legend()\n",
142136
"plt.show()"
143137
]
144138
},

0 commit comments

Comments
 (0)