We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 044eb61 commit eb4fac7Copy full SHA for eb4fac7
src/data.jl
@@ -41,7 +41,7 @@ Returns information about a dataset. The information includes the name,
41
information about the creator, URL to download it and more.
42
"""
43
function load_Dataset_Description(id::Int)
44
- get("data/$id",
+ get("/data/$id",
45
extra_error_message = "Check if there is a dataset with id $id.\nSee e.g. OpenML.list_datasets()\n")
46
end
47
0 commit comments