openml / automlbenchmark

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

Add command to completely clean a framework setup #491

Open sebhrusen opened 1 year ago

sebhrusen commented 1 year ago

In some cases, when upgrading some frameworks locally using the python runbenchmark my_framework --setup force command, there can be dependency version conflicts during the setup as the previous virtual env was not entirely deleted: this is easily fixed by manually deleting the framework's venv.

Suggestion to simplify this: