Description Usage Arguments Details
Mainly used to output plots that are used to get a general understanding of the given data.
1 2  | run_descriptive(train = data_train,
  train_no_na = data_train_numeric_clean_imputed)
 | 
train | 
 Training dataset  | 
train_no_na | 
 Training dataset only containing numerical values and no missing data  | 
The plots and text documents are saved under the /output directory. Besides generating a textual summary of the whole training dataset this function also generates histograms, barplots, scatterplots and qq-plots.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.