Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Home page example fails with 0.11 #973

Closed
PGijsbers opened this issue Oct 26, 2020 · 1 comment · Fixed by #976
Closed

Home page example fails with 0.11 #973

PGijsbers opened this issue Oct 26, 2020 · 1 comment · Fixed by #976
Assignees
Labels
Documentation Good First Issue Issues suitable for people new to contributing to openml-python!

Comments

@PGijsbers
Copy link
Collaborator

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.

@PGijsbers PGijsbers added Documentation Good First Issue Issues suitable for people new to contributing to openml-python! labels Oct 26, 2020
@a-moadel
Copy link
Contributor

@PGijsbers I would like to pick this issue up

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Documentation Good First Issue Issues suitable for people new to contributing to openml-python!
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants