-
-
Notifications
You must be signed in to change notification settings - Fork 25.9k
FEAT multioutput routes metadata #22986
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
Merged
glemaitre
merged 44 commits into
scikit-learn:sample-props
from
adrinjalali:slep6/multioutput
Jul 17, 2022
Merged
Changes from all commits
Commits
Show all changes
44 commits
Select commit
Hold shift + click to select a range
1fbda38
FEAT add metadata routing support to scorers
adrinjalali 51baf9d
clarify doc on not mutating scorers
adrinjalali 78638c4
improve tests
adrinjalali ea317bc
remove unused import
adrinjalali 6c6c2f1
fix tests
adrinjalali b24c3ad
Christian's comments
adrinjalali a663b86
set_score_request -> with_score_request on scorers
adrinjalali e838a71
warn on overlapping kwargs and metadata
adrinjalali 0c6e2c4
add references to docs
adrinjalali 0c61c05
add a note on custom scorers
adrinjalali 7840a6c
Merge remote-tracking branch 'upstream/sample-props' into slep6-scorers
adrinjalali ba36307
Revert "set_score_request -> with_score_request on scorers"
adrinjalali 2bea203
set_score_request now mutates the instance
adrinjalali dba266f
don't test repr
adrinjalali 203b4e4
fix and test _passthrough_scorer
adrinjalali 4e32f31
Joel's comments
adrinjalali da3c6a6
writing test
adrinjalali 44f91ce
Thomas's comments
adrinjalali 3a5ca34
Merge branch 'slep6-scorers' into slep6/multioutput
adrinjalali 7421fe4
for Thomas
adrinjalali 380b20a
...
adrinjalali 8c19c8c
Merge remote-tracking branch 'upstream/sample-props' into slep6/multi…
adrinjalali 1c64ec0
...
adrinjalali f15ef55
all
adrinjalali 3e5048e
Merge remote-tracking branch 'upstream/sample-props' into slep6/multi…
adrinjalali ab9daa8
remove unused imports
adrinjalali bc46a2e
can't remove sample_weight from signature since we forgot to make the…
adrinjalali fba9e17
common test sub-estimators request weight by default
adrinjalali 54b093b
fix docstrings
adrinjalali 9a60ded
Merge remote-tracking branch 'upstream/sample-props' into slep6/multi…
adrinjalali 268ae56
minor edits
adrinjalali aeb4ed0
Merge remote-tracking branch 'upstream/sample-props' into slep6/multi…
adrinjalali fb36733
staking a stab at param specific deprecation
adrinjalali 1baea75
fix tests
adrinjalali a985e83
add test for new code
adrinjalali cb77212
remove unused _assume_requested
adrinjalali 3053582
document exception parmaters
adrinjalali a8bc9ca
try a different URL
adrinjalali 2fd59b0
address comments
adrinjalali 8329a6f
Merge remote-tracking branch 'upstream/sample-props' into slep6/multi…
adrinjalali c904c28
add docs
adrinjalali 8eb85cf
fix example code
adrinjalali a056d25
remove extra backtick
adrinjalali 916e92b
test _is_default_request and remove some unused lines
adrinjalali File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.