openml / automlbenchmark

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

Update README.md #572

Closed Innixma closed 1 year ago

Innixma commented 1 year ago
PGijsbers commented 1 year ago

Good catch, but shouldn't all instances actually now just be autogluon? The exec script has been updated to switch based on dataset type. If that's correct, please update the other instances and then I'll merge :)

Innixma commented 1 year ago

Good point, @shchur could you confirm?

shchur commented 1 year ago

@Innixma yes, I can confirm. I've opened a PR with changes to Innixma:patch-1 with updated README.md that also includes a small bugfix to ensure that the item_id is always parsed as a category. Feel free to move those changes to this PR.

Innixma commented 1 year ago

@PGijsbers Updated the PR with @shchur's changes. Should be ready for review/merge.

PGijsbers commented 1 year ago

Thanks! :)