Open kno10 opened 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?
Nice catch, thanks; https://github.com/mlpack/benchmarks/pull/121 resolved the issue.
Because of the wine_qual data, it won't download the wine data automatically
... because the glob matches the wine_qual data already. Remove the star?