Skip to main content

🎉 We released Spotlight 1.6.0 check it out

Version: 1.6.0

🎛 UI components

If you want to follow these examples hands-on, you can use the Spotlight example instances fired up in the 🚀 Getting Started section.
Examples will be annotated with the corresponding datasets name. You can use the tabs below for a quick reminder on how to load those datasets into Spotlight.

curl https://renumics.com/docs/data/mnist/mnist-tiny.csv -o mnist-tiny.csv
spotlight mnist-tiny.csv --dtype image=Image --dtype embedding=Embedding --dtype label=Category

Spotlight includes the Inspector and the Data Table to help you in analyzing and understanding individual datapoints. Other visualization options like the Similarity Map, the Scatter Plot and the Histogram aide you to understand the overall distribution of your data.

The Filter Bar is a special component that allows you to filter your data based on the values of your features.
Filtering and selecting datapoints can affect how data is presented in the other components and therefore can greatly help you in analyzing and reasoning about your data.

Data Table

The data table often is the primary view on the data. In addition to several options that control which data is displayed, the table view also allows to edit datapoints. This includes the creation of new columns.

Inspector

The inspector lets you examine individual data points in depth by providing multiple different views for many of the data types supported by Spotlight. Including images, audio, 3D meshes and more.

Similarity map

The similarity map is a core element of most data-centric AI workflows. It allows for to map a given vector to a scatter plot by using a dimensionality reduction via UMAP or PCA. Different normalization options are available to handle metadata and embeddings. Additionally, dots on the scatter plot can be colored and sized.

Scatter plot

The scatter plot is typically useful as a supporting view to determine correlation between metadata information. Several aspects of the view can be customized dot size and color.

Histogram

The histogram view can be stacked to provide inside into data segments over two different dimensions.