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

Bug in the demo "OpenML Datasets: Banknote example". #355

Open
ZebinYang opened this issue Dec 18, 2020 · 0 comments
Open

Bug in the demo "OpenML Datasets: Banknote example". #355

ZebinYang opened this issue Dec 18, 2020 · 0 comments
Labels

Comments

@ZebinYang
Copy link

The target feature is mistakenly included in the training data.

It appears in cell [4] below "Returned as numpy array, with meta-info (e.g. target feature, feature names,…)"

This bug happens as Y is copied to dat (which also changes X), therefore the model achieves a perfect prediction (100% accuracy).

@ZebinYang ZebinYang added the bug label Dec 18, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant