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

latrendBatch(): evaluate methods and transform data prior to parallel fitting #49

Closed
niekdt opened this issue Jul 23, 2021 · 0 comments
Closed
Assignees
Labels
enhancement New feature or request
Milestone

Comments

@niekdt
Copy link
Collaborator

niekdt commented Jul 23, 2021

Currently, methods are evaluated within the parallel worker. This requires all referenced variables in the method arguments to be exported, which is inconvenient.

Moreover, evaluating methods and transforming data at the start allows the procedure to fail early, instead of after many successful yet time-intensive model estimations.

@niekdt niekdt added the enhancement New feature or request label Jul 23, 2021
@niekdt niekdt added this to the 1.2.0 milestone Jul 23, 2021
@niekdt niekdt self-assigned this Jul 23, 2021
niekdt added a commit that referenced this issue Jul 23, 2021
…ts prior to (parallel) fitting. (#49) Added additional tests for parallel processing.
@niekdt niekdt closed this as completed Jul 23, 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