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

Implement model serialization & loading. Enable in learning command. #9

Open
malcolmgreaves opened this issue Sep 23, 2017 · 0 comments
Assignees

Comments

@malcolmgreaves
Copy link
Owner

Do:

  1. Implement a model serialization format for the SVM used in relation learning.
  2. Use this format and enable the learning command to output the model.
  3. Use this format and enable the extraction command to accept a previously trained model.

The relation extraction model serialization format will need to have:

  • The candidate generation method used (or a reference to the method).
  • The entire feature set, with indices, used in the SVM.
  • The learned weights for each feature.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant