openml / automlbenchmark

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

Make AMLB pip installable #589

Open PGijsbers opened 9 months ago

PGijsbers commented 9 months ago

I have had multiple requests to make amlb pip installable. I propose we it becomes an alias for the runbenchmark.py script, i.e.:

python -m pip install amlb
amlb <args>

Also more natural when/if we implement #571