viz_int | R Documentation |
Visualize numeric features
viz_int(
data,
var,
outcome,
outcome_type,
positive_class = NA,
remove_outliers = TRUE
)
data |
dataframe |
var |
feature name in string format |
outcome |
outcome name in string format |
outcome_type |
either 'regression' or 'classification' |
positive_class |
if doing binary classification then specify the positive class |
remove_outliers |
remove outliers via clean_ints |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.