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

Store/Load PDF #20

Open
MorganAskins opened this issue Feb 26, 2020 · 0 comments
Open

Store/Load PDF #20

MorganAskins opened this issue Feb 26, 2020 · 0 comments
Labels
1: Enhancement New feature or request 1: Optimization

Comments

@MorganAskins
Copy link
Owner

When reading in a datafile to build a model (say root to dataframe), the computational task of reading in the data then generating the PDF can be long (sometimes longer than fitting the model to data). Given this, we should store this intermediate step into a cache file with a unique hash. When the program is run again, it checks if it should re-evaluate the PDF based on this hash or if it can simply begin at the intermediate step.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
1: Enhancement New feature or request 1: Optimization
Projects
None yet
Development

No branches or pull requests

1 participant