Saltar al contenido principal

Explorers

All registered Explorer components in DashAI.

NameDescription
AutocorrelationExplorerShow how a series relates to its own past, one lag at a time.
BoxPlotExplorerExplorer that produces an interactive box plot for one or two numeric columns.
ClassOverlapExplorerExplorer that measures how much the classes of a dataset overlap.
CorrelationMatrixExplorerExplorer that computes and visualises pairwise correlation coefficients.
CovarianceMatrixExplorerExplorer that computes and visualises the pairwise covariance matrix.
DensityHeatmapExplorerExplorer that visualises the joint distribution of two columns as a 2-D heatmap.
DescribeExplorerExplorer that generates a statistical summary table using pandas describe.
ECDFPlotExplorerExplorer that creates an Empirical Cumulative Distribution Function (ECDF) plot.
HistogramPlotExplorerExplorer that renders an interactive histogram for a single column.
MultiColumnBoxPlotExplorerExplorer that renders one box plot trace per selected column on a shared figure.
ParallelCategoriesExplorerVisualise categorical data flows across multiple dimensions simultaneously.
ParallelCordinatesExplorerVisualise multi-dimensional numeric data as a parallel coordinates plot.
ScatterMatrixExplorerDisplay pairwise scatter plots for all selected numeric columns.
ScatterPlotExplorerDisplay a two-dimensional scatter plot to explore relationships between columns.
SeasonalDecompositionExplorerSplit a series into the trend, the season and what is left over.
TimeIndexAuditExplorerReport whether a date column can carry a forecast at all.
TimeSeriesPlotExplorerPlot one or more numeric columns against a date column, over time.
WordcloudExplorerVisualise word frequency in text columns as a word cloud.