From 7afaae76874aab2973e33c2a1d4b73c9fcad661e Mon Sep 17 00:00:00 2001 From: Tony Bagnall Date: Wed, 22 May 2024 15:59:39 +0100 Subject: [PATCH] loading (#1549) --- aeon/benchmarking/results_loaders.py | 4 ++-- aeon/datasets/tsc_datasets.py | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/aeon/benchmarking/results_loaders.py b/aeon/benchmarking/results_loaders.py index 24204e203b..92da206fed 100644 --- a/aeon/benchmarking/results_loaders.py +++ b/aeon/benchmarking/results_loaders.py @@ -275,7 +275,7 @@ def get_estimator_results( default_only=True, task="classification", measure="accuracy", - path="https://timeseriesclassification.com/results/ReferenceResults", + path="http://timeseriesclassification.com/results/ReferenceResults", ): """Look for results for given estimators for a list of datasets. @@ -346,7 +346,7 @@ def get_estimator_results_as_array( task="Classification", measure="accuracy", include_missing=False, - path="https://timeseriesclassification.com/results/ReferenceResults", + path="http://timeseriesclassification.com/results/ReferenceResults", ): """Look for results for given estimators for a list of datasets. diff --git a/aeon/datasets/tsc_datasets.py b/aeon/datasets/tsc_datasets.py index af33cf09ee..53c5f7ab9b 100644 --- a/aeon/datasets/tsc_datasets.py +++ b/aeon/datasets/tsc_datasets.py @@ -97,7 +97,7 @@ "SmallKitchenAppliances", "SonyAIBORobotSurface1", "SonyAIBORobotSurface2", - "StarlightCurves", + "StarLightCurves", "Strawberry", "SwedishLeaf", "Symbols",