JuliaML / MLDatasets.jl

Utility package for accessing common Machine Learning datasets in Julia
https://juliaml.github.io/MLDatasets.jl/stable
MIT License
228 stars 47 forks source link

Ask before downloading datasets from DataHubs #148

Open Dsantra92 opened 2 years ago

Dsantra92 commented 2 years ago

Currently MLDatasets.jl downloads Datasets from DataHubs like TUDataset without triggering a question for downloading the dataset and respect DATADEPS_ALWAYS_ACCEPT. Opening this issue because the downloading experience is not consistent.

If we go with #103 in the future, we might not require it.