View source: R/dataset-shift.R
| audit_gazepoint_dataset_shift | R Documentation |
Audit predictor distribution shift
audit_gazepoint_dataset_shift(
development,
external,
predictors = intersect(names(development), names(external)),
thresholds = list(smd_review = 0.2, smd_fail = 0.5, outside_review = 0.05, outside_fail
= 0.2, tv_review = 0.2, tv_fail = 0.4)
)
development |
Development/training data. |
external |
Independent or later data to compare. |
predictors |
Predictors to audit. Defaults to common columns. |
thresholds |
Named threshold list. |
A gp3ml_dataset_shift_audit.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.