openml / automlbenchmark

OpenML AutoML Benchmarking Framework
https://openml.github.io/automlbenchmark
MIT License
391 stars 130 forks source link

Add optional dependencies #601

Open PGijsbers opened 8 months ago

PGijsbers commented 8 months ago

600 introduced some dependencies which are only required to enable pandas to load from S3, a feature which not everyone will need. It would be good to make these optional, and evaluate if there are other dependencies which are not required for most users.