Skip to content

Commit 3dc8397

Browse files
Merge branch 'add-sklearn-clustering-example' of https://github.com/SalmanDeveloperz/aeon into add-sklearn-clustering-example
2 parents df7287d + da602a4 commit 3dc8397

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/clustering/sklearn_clustering_with_aeon_distances.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@
5757
"from aeon.distances import pairwise_distance\n",
5858
"\n",
5959
"# Compute the pairwise distance matrix using DTW\n",
60-
"distance_matrix = pairwise_distance(X, method='dtw')\n",
60+
"distance_matrix = pairwise_distance(X, method=\"dtw\")\n",
6161
"\n",
6262
"print(f\"Distance matrix shape: {distance_matrix.shape}\")"
6363
]

0 commit comments

Comments
 (0)