You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: