-
Notifications
You must be signed in to change notification settings - Fork 11
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
rework metrics #125
Merged
Merged
rework metrics #125
Changes from all commits
Commits
Show all changes
77 commits
Select commit
Hold shift + click to select a range
ef212c6
start metrics template
ismael-mendoza 9129b70
Reorganized metrics
9e1f1f2
typo
ismael-mendoza 74bfe8d
update docstring
ismael-mendoza 11d044d
docstring module
ismael-mendoza 6c0e191
shouldbe py37
ismael-mendoza 121b70b
Modified matches
79508a6
Merge branch 'rework-metrics' of github.com:LSSTDESC/BlendingToolKit …
41fe669
Added new metrics and adjusted matches (still WIP)
c977786
Fixed matches and added F1 score
f09c037
Small fixes and added IoU for segmentation
4305dea
Added generator instead of wrap
ad4f3b4
new way of doing detections
ismael-mendoza 197d40d
fix docstring
ismael-mendoza 68f740c
more explicit
ismael-mendoza 19fa6aa
Fixed issues, added statistics per galaxy and basic plotting function
8e7f275
Merge branch 'rework-metrics' of github.com:LSSTDESC/BlendingToolKit …
2e46e97
Removed the old matching function
15ad82d
Added detected boolean column and distance, and new function for plot…
52d54d5
start metrics template
ismael-mendoza d88af72
Reorganized metrics
34fded1
Modified matches
ea6b1ad
typo
ismael-mendoza 3a3f24d
update docstring
ismael-mendoza 57db289
docstring module
ismael-mendoza 06e2650
Added new metrics and adjusted matches (still WIP)
a09c758
Fixed matches and added F1 score
8e9002e
Small fixes and added IoU for segmentation
ec551fe
Added generator instead of wrap
72817c3
Fixed issues, added statistics per galaxy and basic plotting function
4f9aef5
new way of doing detections
ismael-mendoza 14afd16
fix docstring
ismael-mendoza 555f7bf
more explicit
ismael-mendoza 626de51
Removed the old matching function
036cd5d
Added detected boolean column and distance, and new function for plot…
459940d
Added new plot features and distance to closest galaxy column
f15f1fc
added some docstrings
ismael-mendoza 603004a
no need to name j variable if unused
ismael-mendoza 1934ecd
Handling case with single measure_function
340515d
Merge branch 'rework-metrics' of github.com:LSSTDESC/BlendingToolKit …
a060b95
Tentative structure for measuring ellipticities and the like
b33dfd4
Added blendedness
aa86b63
Added target measurement metric
ef87c3e
refactoring and readability
ismael-mendoza 5d1a3ee
improve docstring
ismael-mendoza c4df1d0
added more docstrings and remove unused arguments
ismael-mendoza 8486b1c
added more docstrings, starting new function
ismael-mendoza 02b2f52
add blend_counter to keep track of blends between batches; first draf…
ismael-mendoza d202dec
Merge branch 'rework-metrics' of github.com:LSSTDESC/BlendingToolKit …
f94045f
Made the detection metrics global instead of per blend
06a78fc
Cleaned the target_meas a bit
49a372b
Fixed dim_order everywhere
fc1ab80
Cleaned target_meas some more and fixed blendedness
99b0c2d
Added docstring for comput_metrics
2f7ad19
docstring additions
ismael-mendoza c0894d6
periods
ismael-mendoza 9fdf803
change N->M
ismael-mendoza f304603
Update btk/plot_utils.py
ismael-mendoza b4f5c94
Updated tutorial (WIP), and made a few corrections
804e1d0
Merge branch 'rework-metrics' of github.com:LSSTDESC/BlendingToolKit …
e6d4a2d
Modified plot functions to take an ax as argument
aae9c5d
Separated functions
thuiop 0a26ddc
Added docstrings
thuiop 8cb63d7
Added more docstrings and removed unnecessary arguments
thuiop 06749bc
Updated tests and added back efficiency matrix
thuiop 3ef608f
Added execution test for metrics generator
thuiop 4baa52d
Added plots to the metrics tests
thuiop 353fffd
Merge branch 'main' into rework-metrics
thuiop 89eb357
Convert to channels_last after rebase
thuiop 7f4f1ee
Improved doc
thuiop c1338cf
Added documentation on all the metrics
thuiop 105fa74
Added plot_utils to doc and updated flowchart
thuiop 0553b99
Updated tutorial and added check for columns
thuiop 44391da
Corrected IoU threshold
thuiop c40d03c
Changed default value for ellipticity and added metrics to precommit …
thuiop 08a3b28
avoid special cases in returning measure_results and metrics_results
ismael-mendoza 3608fec
avoid long multi-line commands
ismael-mendoza 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
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.
thanks for organizing the docstring so now it's clearer