switch to azure

This commit is contained in:
Dhairya Gandhi 2019-04-04 22:03:01 +05:30
parent 77274b4af7
commit 38cc216a4b
1 changed files with 1 additions and 1 deletions

View File

@ -28,7 +28,7 @@ function load()
isfile(deps("iris.data")) && return
@info "Downloading iris dataset."
download_and_verify("$(cache_prefix)https://www.dropbox.com/s/3mb288dwukrlodv/iris.data?dl=0",
download_and_verify("$(cache_prefix)https://externalshare.blob.core.windows.net/flux/iris.data",
deps("iris.data"),
"6f608b71a7317216319b4d27b4d9bc84e6abd734eda7872b71a458569e2656c0")
end