View source: R/dataset-shift.R
| audit_gazepoint_missingness_shift | R Documentation |
Audit missingness shift
audit_gazepoint_missingness_shift(
development,
external,
predictors = intersect(names(development), names(external)),
review_delta = 0.1,
fail_delta = 0.25
)
development |
Development data. |
external |
External/new data. |
predictors |
Predictors to audit. |
review_delta |
Review threshold for absolute missingness change. |
fail_delta |
Fail threshold for absolute missingness change. |
A gp3ml_missingness_shift_audit.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.