powered by
Comprehensive EDA combining unsupervised learning techniques to understand data structure before modeling
tl_explore(data, response = NULL, max_components = 5, k_range = 2:6)
An EDA object with multiple analyses
A data frame
Optional response variable for colored visualizations
Maximum PCA components to compute (default: 5)
Range of k values for clustering (default: 2:6)
# \donttest{ eda <- tl_explore(iris, response = "Species") plot(eda) # }
Run the code above in your browser using DataLab