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

Cache engine generated from PFA documents #1

Open
ludovicc opened this issue Nov 22, 2017 · 0 comments
Open

Cache engine generated from PFA documents #1

ludovicc opened this issue Nov 22, 2017 · 0 comments

Comments

@ludovicc
Copy link
Contributor

Parsing PFA is costly as it requires converting the document to an AST then compile Java code.

Suggested cache: https://github.com/ben-manes/caffeine

Issue: during cross-validation, many similar but different models are produced. They mostly differ only by some weights, but the underlying algorithm remains the same. The cache would be more effective if it could reuse the compiled algorithm from previous executions.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant