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
http://scikit-learn.org/dev/modules/generated/sklearn.model_selection.GridSearchCV.html under "Attributes" shows an example where a table is included in the attribute description. But _str_members_list destroys any layout here.
_str_members_list
Does anyone know why multiple lines of description are flattened?
The text was updated successfully, but these errors were encountered:
1k words:
Sorry, something went wrong.
Was:
Use grid-style tables for member lists
e0ba4f2
Supports multi-line attribute descriptions (Fixes numpy#104) - Attribute type spec is now on a separate line to description
No branches or pull requests
http://scikit-learn.org/dev/modules/generated/sklearn.model_selection.GridSearchCV.html under "Attributes" shows an example where a table is included in the attribute description. But
_str_members_list
destroys any layout here.Does anyone know why multiple lines of description are flattened?
The text was updated successfully, but these errors were encountered: