-
Notifications
You must be signed in to change notification settings - Fork 4
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
Suppress scikit-learn
warning "X has feature names"
#51
Labels
released
Included in a release
Comments
lars-reimann
added a commit
that referenced
this issue
Mar 20, 2023
Closes #51. ### Summary of Changes Suppress a warning from `scikit-learn` that is not relevant for us. See also: https://stackoverflow.com/questions/69326639/sklearn-warning-valid-feature-names-in-version-1-0 --------- Co-authored-by: lars-reimann <[email protected]>
🎉 This issue has been resolved in version 0.3.0 🎉 The release is available on:
Your semantic-release bot 📦🚀 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Describe the bug
scikit-learn
issues aUserWarning
when calling thepredict
method:To Reproduce
Run this code:
Expected behavior
No warning, or at least a warning of our system. We should not leak implementation details.
Screenshots (optional)
No response
Additional Context (optional)
No response
The text was updated successfully, but these errors were encountered: