We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
from sklearn.util import Tags
Install scikit-learn==1.6.0
Uses Tags dataclass definition directly from code
Tags
Pretends Tags doesn’t exist (highlighted as black “Any”-typed variable), because it takes the sklearn.utils definition from the bundled type stubs
sklearn.utils
N/A
The text was updated successfully, but these errors were encountered:
KacieKK
No branches or pull requests
Environment data
Code Snippet
Repro Steps
Install scikit-learn==1.6.0
Expected behavior
Uses
Tags
dataclass definition directly from codeActual behavior
Pretends
Tags
doesn’t exist (highlighted as black “Any”-typed variable), because it takes thesklearn.utils
definition from the bundled type stubsLogs
N/A
The text was updated successfully, but these errors were encountered: