-
Notifications
You must be signed in to change notification settings - Fork 1.9k
Perf improvement for TopK Accuracy and return all topK in Classification Evaluator #5395
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
Merged
Changes from 5 commits
Commits
Show all changes
29 commits
Select commit
Hold shift + click to select a range
5fbf740
Fix for issue 744
jasallen 1747d3e
cleanup
jasallen 32c244a
fixing report output
jasallen 968b58d
fixedTestReferenceOutputs
jasallen b7ded43
Fixed test reference outputs for NetCore31
jasallen 685eeb4
change top k acc output string format
jasallen 1eacec7
Ranking algorithm now uses first appearance in dataset rather than wo…
jasallen ea057ff
fixed benchmark
jasallen ac08554
various minor changes from code review
jasallen f0de3ea
limit TopK to OutputTopKAcc parameter
jasallen 30fbd6f
top k output name changes
jasallen 495b4b0
make old TopK readOnly
jasallen c3afe15
restored old baselineOutputs since respecting outputTopK param means …
jasallen bfcda22
fix test fails, re-add names parameter
jasallen 563768c
Clean up commented code
jasallen 4a5597a
that'll teach me to edit from the github webpage
jasallen 71390bd
use existing method, fix nits
jasallen 32ab9fa
Slight comment change
jasallen db2b6b5
Comment change / Touch to kick off build pipeline
jasallen 0d0493b
fix whitespace
jasallen e6aec98
Merge branch 'master' into jasallenbranch
antoniovs1029 05e7f91
Added new test
antoniovs1029 49786ed
Code formatting nits
justinormont 9259031
Code formatting nit
justinormont 98458ba
Fixed undefined rankofCorrectLabel and trailing whitespace warning
antoniovs1029 86f5c3f
Removed _numUnknownClassInstances and added test for unknown labels
antoniovs1029 741e9fb
Add weight to seenRanks
antoniovs1029 dadf793
Nits
antoniovs1029 9e67751
Removed FastTree import
antoniovs1029 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
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
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.