| print.auditor_model_performance | R Documentation | 
Prints Model Performance Summary
## S3 method for class 'auditor_model_performance'
print(x, ...)
x | 
 an object   | 
... | 
 other parameters  | 
data(titanic_imputed, package = "DALEX")
# fit a model
model_glm <- glm(survived ~ ., family = binomial, data = titanic_imputed)
glm_audit <- audit(model_glm,
                   data = titanic_imputed,
                   y = titanic_imputed$survived)
# validate a model with auditor
model_performance(glm_audit)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.