Explorers
All registered Explorer components in DashAI.
| Name | Description |
|---|---|
| BoxPlotExplorer | Explorer that produces an interactive box plot for one or two numeric columns. |
| CorrelationMatrixExplorer | Explorer that computes and visualises pairwise correlation coefficients. |
| CovarianceMatrixExplorer | Explorer that computes and visualises the pairwise covariance matrix. |
| DensityHeatmapExplorer | Explorer that visualises the joint distribution of two columns as a 2-D heatmap. |
| DescribeExplorer | Explorer that generates a statistical summary table using pandas describe. |
| ECDFPlotExplorer | Explorer that creates an Empirical Cumulative Distribution Function (ECDF) plot. |
| HistogramPlotExplorer | Explorer that renders an interactive histogram for a single column. |
| MultiColumnBoxPlotExplorer | Explorer that renders one box plot trace per selected column on a shared figure. |
| ParallelCategoriesExplorer | Visualise categorical data flows across multiple dimensions simultaneously. |
| ParallelCordinatesExplorer | Visualise multi-dimensional numeric data as a parallel coordinates plot. |
| RowExplorer | Display a tabular sample of dataset rows for direct data inspection. |
| ScatterMatrixExplorer | Display pairwise scatter plots for all selected numeric columns. |
| ScatterPlotExplorer | Display a two-dimensional scatter plot to explore relationships between columns. |
| WordcloudExplorer | Visualise word frequency in text columns as a word cloud. |