| tl_explore | R Documentation |
Comprehensive EDA combining unsupervised learning techniques to understand data structure before modeling
tl_explore(data, response = NULL, max_components = 5, k_range = 2:6)
data |
A data frame |
response |
Optional response variable for colored visualizations |
max_components |
Maximum PCA components to compute (default: 5) |
k_range |
Range of k values for clustering (default: 2:6) |
An EDA object with multiple analyses
eda <- tl_explore(iris, response = "Species")
plot(eda)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.