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
This commit was created on GitHub.com and signed with GitHub’s verified signature.
Bootstrap replicate evaluation backend is now configurable via options(nmar.bootstrap_apply = "auto"|"base"|"future"). Default bootstrap behavior (nmar.bootstrap_apply = "auto") uses base::lapply() unless the current future plan has more than one worker; if so, it uses future.apply::future_lapply(future.seed = TRUE) when available.
Exptilt validation now rejects non-finite values (e.g., Inf, -Inf) in covariates (and non-finite observed outcomes).