The example on the documentation homepage fails.
This is due to:
- openml-python 0.11 working by dataframes by default, which means that categorical features are no longer automatically converted to a numerical representations, and
- the example pipeline is not compatible with non-numeric input.
This behavior is intended, so we should update the example to use a task with only numeric data instead.
The example on the documentation homepage fails.
This is due to:
This behavior is intended, so we should update the example to use a task with only numeric data instead.