-
Notifications
You must be signed in to change notification settings - Fork 5
Require Algorithms & CategoryMaps to be registered before processing #942
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 6 commits
Commits
Show all changes
17 commits
Select commit
Hold shift + click to select a range
08192fa
feat: use enums for valid algorithm task types
mihow df6f4d0
feat: create labels hash automatically on create
mihow 9e449e4
feat: require that category maps & algorithms are created before proc…
mihow 1d087f2
fix: logic for checking existing algorithms, introduce named exception
mihow bfbb750
feat: allow passing existing pipeline configs when registering, renames
mihow 0c1c887
feat: update tests for new behavior (algos & maps must be pre-registe…
mihow 8e2659a
feat: deprecate the inclusion of algorithm details in result responses
mihow f906d54
feat: migration for merging duplicate category maps
mihow 9cedebb
feat: update category map relationships in old classifications
mihow 42a9ebf
feat: ensure labels hash is always generated with save method.
mihow 41ef9e1
feat: docs and convenience methods to explain category map schema
mihow 2ebaefe
fix: return category maps from all models in example processing service
mihow d06a14a
fix: slightly improve the top_n taxa response
mihow da6f435
Update ami/ml/tests.py
mihow 357244a
Update ami/ml/models/pipeline.py
mihow 7343a4b
Merge branch 'main' of github.com:RolnickLab/antenna into fix/duplica…
mihow c7516d8
Merge branch 'fix/duplicate-category-maps' of github.com:RolnickLab/a…
mihow 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 |
---|---|---|
@@ -0,0 +1,2 @@ | ||
class PipelineNotConfigured(ValueError): | ||
pass |
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.