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
This example should probably be updated to raise less warnings or explain what's happening.
The text was updated successfully, but these errors were encountered:
Looks like we are seeing the below 2 types of warnings:
/Users/Sasikanth/anaconda3/lib/python3.6/site-packages/sklearn/feature_selection/univariate_selection.py:113: UserWarning: Features [ 0 7 8 15 16 23 24 31 32 39 40 47 48 56 63] are constant. UserWarning) /Users/Sasikanth/anaconda3/lib/python3.6/site-packages/sklearn/feature_selection/univariate_selection.py:114: RuntimeWarning: invalid value encountered in true_divide f = msb / msw
Sorry, something went wrong.
No branches or pull requests
This example should probably be updated to raise less warnings or explain what's happening.
The text was updated successfully, but these errors were encountered: