mirror of
https://github.com/NLPatVCU/medaCy.git
synced 2026-04-03 08:18:55 -06:00
[FEATURE REQUEST] Make Model class pickle-able #165
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#165
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 @AndriyMulyar on 12/18/2018
What problem does your feature solve?
Define a way to serialize a Model object such that the pipeline and inner machine learning model are connected in a single binary file.
Model objects can then be serialized and compressed for remote installation.
Describe the solution you'd like
Serialized models could be hosted anywhere and installed from anywhere.
model = medacy.load(serialized_model) # this would load an instance of the Model class