require(DataExplorer)
require(dataxray)
create_report(titanic_train,
config = configure_report(add_plot_qq=F,
add_plot_prcomp = F,
global_ggtheme = theme_classic(),
))
plot_histogram(titanic_train)
$Survived <- as.factor(titanic_train$Survived)
titanic_trainplot_boxplot(titanic_train, by = 'Survived',
ggtheme = theme_classic())
str(titanic_train)
dummify(titanic_train)
ExpReport(titanic_train,
Target = 'Survived',
op_file = 'temp.html')
1. DataExplorer
2. dataxary
|>
titanic_train ::make_xray() |>
dataxrayview_xray()