mlpack / benchmarks

Machine Learning Benchmark Scripts
100 stars 49 forks source link

wine data downloading is defect #118

Open kno10 opened 6 years ago

kno10 commented 6 years ago

Because of the wine_qual data, it won't download the wine data automatically

wine_qual*.csv mlpack.org/datasets/wine_qual.tar.gz
wine*.csv mlpack.org/datasets/wine.tar.gz

... because the glob matches the wine_qual data already. Remove the star?

zoq commented 6 years ago

Nice catch, thanks; https://github.com/mlpack/benchmarks/pull/121 resolved the issue.