Skip to content

Commit

Permalink
loading (#1549)
Browse files Browse the repository at this point in the history
  • Loading branch information
TonyBagnall authored May 22, 2024
1 parent b97c2fd commit 7afaae7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions aeon/benchmarking/results_loaders.py
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion aeon/datasets/tsc_datasets.py
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@
"SmallKitchenAppliances",
"SonyAIBORobotSurface1",
"SonyAIBORobotSurface2",
"StarlightCurves",
"StarLightCurves",
"Strawberry",
"SwedishLeaf",
"Symbols",
Expand Down

0 comments on commit 7afaae7

Please sign in to comment.