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

Allow generation of imputation values on command #25

Open
samFarrellDay opened this issue Oct 19, 2021 · 0 comments
Open

Allow generation of imputation values on command #25

samFarrellDay opened this issue Oct 19, 2021 · 0 comments
Labels
enhancement New feature or request

Comments

@samFarrellDay
Copy link
Collaborator

Actually storing the latest imputation values can take up a lot of memory. We have all the information we need to generate imputation values when complete_data() is called, why not give the user that option.

Easiest way would be to change save_all_iterations to an int parameter. 0=generate on demand, 1 = save latest iteration, 2=save all iterations.

@samFarrellDay samFarrellDay added the enhancement New feature or request label Dec 9, 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