Closed zoq closed 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.
covtype*.csv
Great, the speed is okay for me; just updated the PR and checkout job, so everything should be ready to go.
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.