Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Conversation

raixyzaditya
Copy link

@raixyzaditya raixyzaditya commented Sep 14, 2025

The number of candidate thresholds per feature depends on the number of unique values:

.) n_unique - 1 if no missing values

.) 2 × n_unique - 1 if there are missing values

I’ll update the note to reflect this so it’s more accurate than just saying O(N × F).

Copy link

✔️ Linting Passed

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

Generated for commit: 3b9e2a2. Link to the linter CI: here

Copy link
Member

@virchan virchan left a comment

Choose a reason for hiding this comment

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

Thank you for the PR, @raixyzaditya, and for helping improve scikit-learn.

After reviewing the changes, it seems the instruction in #27159 (comment) may not have been fully understood here. If you are still interested in contributing to this issue, I would strongly recommend carefully (re-)reading the linked comment to clarify what is expected.

With that said, I'm closing this PR.

@virchan virchan closed this Sep 16, 2025
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.

2 participants