change iris link
This commit is contained in:
parent
f4f8ba32fe
commit
77274b4af7
|
@ -28,7 +28,7 @@ function load()
|
|||
isfile(deps("iris.data")) && return
|
||||
|
||||
@info "Downloading iris dataset."
|
||||
download_and_verify("$(cache_prefix)https://archive.ics.uci.edu/ml/machine-learning-databases/iris/iris.data",
|
||||
download_and_verify("$(cache_prefix)https://www.dropbox.com/s/3mb288dwukrlodv/iris.data?dl=0",
|
||||
deps("iris.data"),
|
||||
"6f608b71a7317216319b4d27b4d9bc84e6abd734eda7872b71a458569e2656c0")
|
||||
end
|
||||
|
|
Loading…
Reference in New Issue