-
Notifications
You must be signed in to change notification settings - Fork 590
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
Main -> develop #5435
Merged
+1,505
−405
Merged
Main -> develop #5435
Changes from all commits
Commits
Show all changes
48 commits
Select commit
Hold shift + click to select a range
37cf9f5
adding support for custom evaluation metrics
brimoor 40f2dd3
Add custom metric to Summary in Model Evaluation panel
manushreegangwar c68b97e
PR feedback
manushreegangwar 3920bb8
Updates for custom_metrics display
manushreegangwar 84d65d9
remove json
manushreegangwar 17199a6
ts updates
manushreegangwar 865bfa7
rework custom metrics in summary rows
ritch 0370906
fix hidden custom metrics
ritch ecee790
fix typo
manushreegangwar 49d493d
Add lower_is_better
manushreegangwar e649e2a
remove additional_metrics property
manushreegangwar 740f5e6
lazy initialize
brimoor 9047d07
revert results.custom_metrics_config, add results.custom_metrics_report
manushreegangwar c656853
finalizing
brimoor c2fa541
use list fields wherever possible
brimoor 89259ba
adopt #5375 syntax
brimoor 26babad
adopt finalized #5375 syntax
brimoor cab21ff
typo
brimoor dad1c09
Merge pull request #5423 from voxel51/cherry-pick-builtin-use-lists
brimoor e05cc17
allow customizing aggregate_key
brimoor e7f6d33
Merge pull request #5279 from voxel51/custom-metrics
brimoor 1828114
Adding Seg changes
prernadh c7fd157
Reverting new variable
prernadh 1bb601d
implement callbacks
brimoor 5b17db1
store matches instead
brimoor 59d4044
more robust initialization
brimoor 2b843b9
Fix multi config test (#5425)
kaixi-wang 448177d
Revert "Optimize dataset first/head and last/tail (#5407)" (#5429)
kaixi-wang 3d11a02
handle missing custom metrics
brimoor 2ac97ad
Merge pull request #5332 from voxel51/segmentation-callbacks2
brimoor bf0a516
Update release-notes.rst
jleven 44f6f22
Update release-notes.rst
jleven 861c42f
Use the correct syntax for links
jleven 438344f
Teams is listed first
jleven 6b47902
push back one day
jleven 777e76c
we reverted one optimization, for now
jleven 7255a16
release notes pass
brimoor d3abd9a
Merge pull request #5424 from voxel51/release-notes-1.3.0
jleven 2d10556
Merge pull request #5432 from voxel51/release/v1.3.0
afoley587 f891b81
Merge branch 'main' into main-merge
brimoor 2fa5c31
Add docs for custom metrics
manushreegangwar 4b2dcae
Update image
manushreegangwar 4d0ae1c
Add note
manushreegangwar 36acffd
fix alt text
manushreegangwar 68ba964
fix ref
manushreegangwar 37642ac
documentation pass
brimoor 9cded34
Merge pull request #5430 from voxel51/docs/custom-metrics
brimoor 8b8cdcf
Merge branch 'main' into main-merge
brimoor 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
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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
Oops, something went wrong.
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.
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.
Fix incorrect release date in FiftyOne 1.3.0 notes.
The release date is set to January 24, 2025, which is in the future. This should be updated to reflect the actual release date.
📝 Committable suggestion