Skip to content

Commit 85df655

Browse files
MatthewMiddlehurstchrisholderpre-commit-ci-lite[bot]
authored
Distances webpage fixes (#128)
* remove todo * unskip notebooks * experiment kwargs, normalisation and n_clusters * skeleton docs * kwargs tests and fixes * back to aeon 3 * test threading * scaler * threaded * kwargs * RIST to rocket * results csv * temp distance page * distance webpage * coverage and fixes * fixes * bug fix plot alignment * removed extra costmatrix * [pre-commit.ci lite] apply automatic fixes * Revert "[ENH] Cluster experiment update (#124)" This reverts commit 47142b9. * fixes --------- Co-authored-by: Chris Holder <[email protected]> Co-authored-by: pre-commit-ci-lite[bot] <117423508+pre-commit-ci-lite[bot]@users.noreply.github.com>
1 parent d828fd2 commit 85df655

File tree

3 files changed

+2
-10
lines changed

3 files changed

+2
-10
lines changed

Diff for: tsml_eval/publications/y2023/distance_based_clustering/alignment_and_paths_figures.ipynb

-9
Original file line numberDiff line numberDiff line change
@@ -525,15 +525,6 @@
525525
"start_time": "2023-10-12T12:51:14.145629Z"
526526
}
527527
}
528-
},
529-
{
530-
"cell_type": "code",
531-
"execution_count": null,
532-
"outputs": [],
533-
"source": [],
534-
"metadata": {
535-
"collapsed": false
536-
}
537528
}
538529
],
539530
"metadata": {

Diff for: tsml_eval/publications/y2023/distance_based_clustering/distance_based_clustering.ipynb

+1-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
"\n",
4343
"2. Path to the results directory\n",
4444
"\n",
45-
"3. The name of the model to run (see [set_distance_classifier.py](https://github.com/time-series-machine-learning/tsml-eval/blob/main/tsml_eval/publications/y2023/istance_based_clustering/set_distance_classifier.py), i.e. KMeans-dtw, KMeans-msm, KMedoids-dtw)\n",
45+
"3. The name of the model to run (see [set_distance_classifier.py](https://github.com/time-series-machine-learning/tsml-eval/blob/main/tsml_eval/publications/y2023/distance_based_clustering/set_distance_clusterer.py), i.e. KMeans-dtw, KMeans-msm, KMedoids-dtw)\n",
4646
"\n",
4747
"4. The name of the problem to run\n",
4848
"\n",

Diff for: tsml_eval/publications/y2023/distance_based_clustering/package_distance_timing.ipynb

+1
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
"`aeon` distances to the `dtw` package, `tslearn` and `sktime` implementations of DTW. \n",
1111
"\n",
1212
"We use the follow versions for each package in the default output:\n",
13+
"\n",
1314
" - aeon-0.3.0\n",
1415
" - dtw-1.4.0\n",
1516
" - tslearn-0.5.3.2\n",

0 commit comments

Comments
 (0)