-
Notifications
You must be signed in to change notification settings - Fork 109
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
[MRG] Fix the match score scaling #802
Merged
Vincent-Maladiere
merged 17 commits into
skrub-data:main
from
jeromedockes:matching_score_scaling
Nov 8, 2023
Merged
Changes from 8 commits
Commits
Show all changes
17 commits
Select commit
Hold shift + click to select a range
aa19518
fix the match score scaling
jeromedockes 03b27fe
changes
jeromedockes 5fff3f1
add non-regression test for #764
jeromedockes 681e6e3
check matching_score
jeromedockes 45a5771
do not subtract min distance ie best score is not necessarily 1
jeromedockes fb9eb3f
update changes
jeromedockes cbb83d9
Merge remote-tracking branch 'upstream/main' into matching_score_scaling
jeromedockes 2ec7055
update example
jeromedockes 89a35a7
fix overfitting in example
jeromedockes fac938d
Merge remote-tracking branch 'upstream/main' into matching_score_scaling
jeromedockes a49e0a6
add note
jeromedockes 307674b
correct comment
jeromedockes 8bfee9f
update comment
jeromedockes f98478a
typo
jeromedockes fbef8e0
Merge remote-tracking branch 'upstream/main' into matching_score_scaling
jeromedockes b1d2f7b
iter example
jeromedockes 87d8bd4
Merge remote-tracking branch 'upstream/main' into matching_score_scaling
jeromedockes 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 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 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 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 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
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I can't comment on it but you need to update the description regarding the best
match_score
parameter here and in other places of the example."The grid searching gave us the best value of 0.5 for the parameter"