if (FALSE) {
detectors <- list(
temporal = list(func = temporal_detector_func),
train_test = new_train_test_detector()
)
results <- run_detectors(detectors, audit_data = iris, config = list(sample_size = 50000))
}
Run the code above in your browser using DataLab