Skip to content

Commit

Permalink
Minor
Browse files Browse the repository at this point in the history
  • Loading branch information
giopaglia committed Oct 8, 2023
1 parent 3e44a0a commit faa497d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/classification/broken/demo-juliacon2022-utils.jl
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ variable_names_latex = [
"\\text{thumb}_Z^R",
]

function load_arff_dataset(dataset_name, path = "http://www.timeseriesclassification.com/ClassificationDownloads/$(dataset_name).zip")
function load_arff_dataset(dataset_name, path = "http://www.timeseriesclassification.com/aeon-toolkit/$(dataset_name).zip")
# function load_arff_dataset(dataset_name, path = "../datasets/Multivariate_arff/$(dataset_name)")
(X_train, y_train), (X_test, y_test) = begin
if(any(startswith.(path, ["https://", "http://"])))
Expand Down

0 comments on commit faa497d

Please sign in to comment.