-
Notifications
You must be signed in to change notification settings - Fork 9
Feat/add prediction artifact and upload method #292
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 all commits
Commits
Show all changes
36 commits
Select commit
Hold shift + click to select a range
b0b118e
added predictions artifact and upload method
j279li 3f76ffc
fix import
j279li 637361d
fix import again
j279li 36a7993
fix typo
j279li 8c7a4e9
uploaded correct prediction file
j279li 92f39b7
small fixes to client and init.py for evaluate
j279li 9271f69
remove duplicate keyword
j279li db77f00
remove metadata consolidation
j279li 7d0abc0
dataset subgroup change
j279li 6d6dfcc
refactor of prediction files + update
j279li 10d94a9
update tests
j279li 7692997
added cached directory and updated payload json
j279li d78cc28
ruff format
j279li 5b6349f
small changes
j279li be4dee7
zarr upload + store
j279li 8a73ad2
ruff
j279li fee2898
small fix
j279li 048df0a
small fixes
j279li ace3587
move zarr to utils + prediction artifact method changes
j279li 7773baa
small fixes
j279li fc6c343
formatting
j279li 169c751
ruff
j279li c7eaaf4
moved predictions upload method to benchmarkv2
j279li 05d98a0
circular import + test fix
j279li 090dc51
update error message`
j279li c5d320c
type fix
j279li 3f2e54d
fix to zarr creation
j279li fbb5add
formatting
j279li fa45532
added some tests for predictions
j279li 4203bf5
updated predictionsv2
j279li 77df89c
update validator + to_zarr
j279li 7548ab7
fixed circular imports + added some more focused tests
j279li 7470cee
format
j279li 0e316e7
updated docstring
j279li 3f185a2
update to prediction tests
j279li 5c0cbf4
updated tests and refactored predictions
j279li 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -16,8 +16,3 @@ | |
|
||
--- | ||
|
||
::: polaris.dataset.zarr | ||
options: | ||
filters: ["!^_"] | ||
|
||
--- |
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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
from ._predictions_v2 import BenchmarkPredictionsV2 | ||
|
||
__all__ = ["BenchmarkPredictionsV2"] |
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.