Skip to content

Adding links for examples/cluster/plot_feature_agglomeration_vs_univariate_selection.py #29669

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

Closed
wants to merge 1 commit into from

Conversation

Anumon6395
Copy link

@Anumon6395 Anumon6395 commented Aug 14, 2024

Reference Issues/PRs

References #26927

What does this implement/fix? Explain your changes.

This pull request links an example in examples/cluster/plot_feature_agglomeration_vs_univariate_selection.py

Changes Implemented:

Implements :ref:sphx_glr_auto_examples_cluster_plot_feature_agglomeration_vs_univariate_selection.py

Copy link

❌ Linting issues

This PR is introducing linting issues. Here's a summary of the issues. Note that you can avoid having linting issues by enabling pre-commit hooks. Instructions to enable them can be found here.

You can see the details of the linting issues under the lint job here


ruff

ruff detected issues. Please run ruff check --fix --output-format=full . locally, fix the remaining issues, and push the changes. Here you can see the detected issues. Note that the installed ruff version is ruff=0.5.1.


examples/cluster/plot_feature_agglomeration_vs_univariate_selection.py:15:89: E501 Line too long (95 > 88)
   |
13 | a BayesianRidge as supervised estimator.
14 | 
15 | See :ref:`sphx_glr_auto_examples_cluster_plot_feature_agglomeration_vs_univariate_selection.py`
   |                                                                                         ^^^^^^^ E501
16 | 
17 | """
   |

Found 1 error.

Generated for commit: 9c53c1d. Link to the linter CI: here

@marenwestermann
Copy link
Member

Hi @Anumon6395! You referenced the example in the example itself. You can have a look at other pull requests to the same issue for seeing where to add the reference links.

@marenwestermann
Copy link
Member

I'm closing this PR because this has been taken care of in #30014. Please feel free to submit a pull request for another example.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants