Description Usage Arguments Details Examples
(Experimental) Automated Exploratory Data Analysis
1 | explore_dataset(dt1, dt2 = NULL, targetCol = NULL, verbose = FALSE)
|
dt1 |
dataset to analyze |
dt2 |
(optional) second dataset to analyze, with the same columns as dt1 |
targetCol |
Name of the column you're trying to model/predict |
verbose |
Should the exploratory process steps be displayed? |
Expirimental. Evaluates and summarizes the data in every column of a data.table. Can identify columns with hierarchical structure and columns with perfectly correlated values.
1 2 | library(data.table)
explore_dataset(alien.train)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.