DOC: Fix typos in the scikit-learn Examples#32241
DOC: Fix typos in the scikit-learn Examples#32241adrinjalali merged 6 commits intoscikit-learn:mainfrom
Conversation
| # Notice that the most important hyperparameters values were tuned using a grid | ||
| # search procedure not shown in this notebook for the sake of simplicity. See | ||
| # the example script | ||
| # :ref:`sphx_glr_auto_examples_model_selection_plot_grid_search_text_feature_extraction.py` # noqa: E501 |
There was a problem hiding this comment.
I think lint is failing due to removal of this
There was a problem hiding this comment.
@lucyleeow Yes, but the "# noqa: E501" should not appear in the web version of documentation. Is there a way to remove it without triggering an error?
There was a problem hiding this comment.
Unfortunately I don't think so sphinx-gallery/sphinx-gallery#1403
I was worried that a general regex to remove such things would be brittle but I could just remove specifically the E501 as that seems to be the common problem.
Either way it's a sphinx gallery issue to solve and I think we have to keep it in scikit learn.
There was a problem hiding this comment.
@lucyleeow I added back the "# noqa: E501" string. Hope the compilation works this time!
Reference Issues/PRs
What does this implement/fix? Explain your changes.
Fix typos in the scikit-learn Examples
Any other comments?