The Wayback Machine - https://web.archive.org/web/20250629163120/https://github.com/scikit-learn/scikit-learn/pull/31677
Skip to content

DOC: Remove FIXME tags from glossary #31677

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

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

ShauryaDusht
Copy link
Contributor

Reference Issues/PRs

Fixes #31628

What does this implement/fix? Explain your changes.

This pull request removes four FIXME tags from the Glossary page in the documentation. These tags are not intended for end users and should not appear in user-facing content.

Where relevant:

  • I have moved the FIXME notes into comments to retain context for future contributors.

This helps keep the glossary clean, professional, and user-friendly.

Any other comments?

Let me know if any additional changes are needed.

Copy link

✔️ Linting Passed

All linting checks passed. Your pull request is in excellent shape! ☀️

Generated for commit: 01c1c11. Link to the linter CI: here

Copy link
Contributor

@StefanieSenger StefanieSenger left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

That looks good overall, thanks @ShauryaDusht.
Only the one Fixme doesn't render correctly (see my comment).

There is a draft PR addressing the same issue (#31674), that seems to be more about fixing a ModuleNotFoundError. I'm not sure if this was a double effort or if these two can combine each other. In general, if someone has already opened a PR, we encourage contributors to wait a few weeks before taking over a task.

Some estimators, such as decision trees, support negative weights.
FIXME: This feature or its absence may not be tested or documented in
many estimators.
.. FIXME: This feature or its absence may not be tested or documented in many estimators.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It seems this FIXME still appears and I think adding an additional blank line right before would help.

Suggested change
.. FIXME: This feature or its absence may not be tested or documented in many estimators.
.. FIXME: This feature or its absence may not be tested or documented in many estimators.

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

Successfully merging this pull request may close these issues.

DOC: Glossary contains several FIXME tags
2 participants