openml / automlbenchmark

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

Reuse AWS instances #171

Open PGijsbers opened 3 years ago

PGijsbers commented 3 years ago

This is a suggestion I found in the TODO:

We can reuse an AWS instance instead of shutting them down after each job. At least during a single benchmark, we could limit #instances = #parallel jobs.

I am not sure how this would actually work, in principle I see there is a speed up:

I also see some pitfalls:

sebhrusen commented 3 years ago

@PGijsbers yes, this is an old suggestion, and I agree with your pitfalls, so I would not consider this as a priority. Good to keep this for reference though.