mlpack / benchmarks

Machine Learning Benchmark Scripts
101 stars 49 forks source link

Simple dataset download script #110

Closed zoq closed 7 years ago

zoq commented 7 years ago

Simple script to download the datasets. Some archives contain multiple files e.g. centroids, labels, in this case, we can use a wildcard e.g. covtype*.csv to check if one of the files is already downloaded and can be skipped.

zoq commented 7 years ago

Great, the speed is okay for me; just updated the PR and checkout job, so everything should be ready to go.