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

Import PMML directly from compressed format #27

Open
iamDecode opened this issue Jul 2, 2021 · 0 comments
Open

Import PMML directly from compressed format #27

iamDecode opened this issue Jul 2, 2021 · 0 comments
Labels
enhancement New feature or request

Comments

@iamDecode
Copy link
Owner

Random forest and gradient boosting PMML files can easily exceed 100s of mbs in size, which takes a while to load. As the format is XML-based, its well suited for compression, and can reduce the file size many-fold. It is worth exploring whether loading the file directly from gzip or zip format improves loading speeds. Fewer disk operations are required, however the decompression will take some more cpu cycles.

@iamDecode iamDecode added the enhancement New feature or request label Jul 2, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant