mirror of
https://github.com/NLPatVCU/medaCy.git
synced 2026-04-03 00:09:00 -06:00
Improve the error message when loading a model with an incompatible pipeline #15
Labels
No labels
High Priority
High Priority
High Priority
High Priority
Requires Code Refactoring
Requires Code Refactoring
Requires Code Refactoring
Requires Code Refactoring
Requires Code Refactoring
Requires Code Refactoring
Requires Code Refactoring
Requires Code Refactoring
Requires Code Refactoring
Requires Code Refactoring
Requires ML Background
Requires ML Background
Requires ML Background
bug
bug
bug
enhancement
enhancement
enhancement
enhancement
enhancement
enhancement
enhancement
enhancement
enhancement
enhancement
enhancement
enhancement
enhancement
enhancement
enhancement
enhancement
enhancement
enhancement
enhancement
enhancement
enhancement
enhancement
enhancement
enhancement
enhancement
enhancement
enhancement
enhancement
enhancement
enhancement
enhancement
good first issue
good first issue
good first issue
good first issue
good first issue
good first issue
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: github/medaCy#15
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @swfarnsworth on 12/12/2020
Currently, it is incumbent on the user to know which pipeline configuration they used when creating a model. If one loads a model that they had saved, and do not use exactly the same pipeline configuration, the program will most likely fail, though there might be a few coincidental cases where it works or silently performs unexpected behavior. One could currently get one of several uninformative errors.
We should seek to validate that the model and the pipeline are compatible when the model is loaded and raise an exception that conveys as much when this is not the case.