openml / automlbenchmark

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

Add scikit_safe inference time measurement files #537

Closed PGijsbers closed 1 year ago

PGijsbers commented 1 year ago

These files have categorical values numerically encoded and missing values imputed, which makes them usable for any scikit-learn algo. This preprocessing can take considerable time and is excluded from time measurements currently, but should be included at some point in the future.