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

SMS Spam collection cannot be downloaded in CI environments #162

Open Dsantra92 opened 2 years ago

Dsantra92 commented 2 years ago

Currently, the SMSSpam collection cannot be downloaded in CI environments, preventing it from testing. For debug log, check this run

Removing it from the CI testable datasets until the issue is resolved.

cc: @CarloLucibello