openml / automlbenchmark

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

Allow newer autosklearn versions to use the pandas data instead #534

Closed PGijsbers closed 1 year ago

PGijsbers commented 1 year ago

Use pandas dataframes with autosklearn>=0.15, instead of the encoded numpy arrays. This is preferred because it is more "auto" and because it makes inference time measurements more comparable across frameworks.

note: this is on top of the measure_inference_time PR #532.

@eddiebergman @mfeurer are there any other changes that should be made to account for the switch?