Description Usage Arguments Value Examples
splits the data into train and test dataframe, provides statistical summary of the variables for a dataframe. Additionally, the function provides a correlation metric of each numeric variable.
1 |
df |
The features of the training set |
a list
1 2 3 | res <- eda_analysis(mtcars)
head <- res$data_head
summary <- res$data_summary
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.