Skip to content
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

[FEATURE REQUEST] Make Model class pickle-able #49

Closed
AndriyMulyar opened this issue Dec 18, 2018 · 1 comment
Closed

[FEATURE REQUEST] Make Model class pickle-able #49

AndriyMulyar opened this issue Dec 18, 2018 · 1 comment
Labels
enhancement New feature or request wontfix This will not be worked on

Comments

@AndriyMulyar
Copy link
Collaborator

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

@AndriyMulyar AndriyMulyar added enhancement New feature or request wontfix This will not be worked on labels Dec 18, 2018
@AndriyMulyar
Copy link
Collaborator Author

Nevermind - there is a better way to handle models.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request wontfix This will not be worked on
Projects
None yet
Development

No branches or pull requests

1 participant