-
Notifications
You must be signed in to change notification settings - Fork 46
Embedding Cell
Douglas Blank edited this page May 27, 2023
·
3 revisions
The Kangas UI will render an Embedding Cell when processing a cell with an embedding datatype. For more on the Kangas embedding datatype, see here: https://github.com/comet-ml/kangas/wiki/Embedding
A cell with an embedding value type will display a chart of the embedding projected according to its projection algorithm. Kangas currently supports PCA, t-SNE, and UMAP.
When grouped, embedding cells display a projection of all the grouped embeddings on a single chart:
In the expanded view, the chart is presented with greater detail and control:
Kangas DataGrid is completely open source; sponsored by Comet ML
-
Home
- User Guides
- Installation - installing kangas
- Reading data - importing data
- Constructing DataGrids - building from scratch
- Exploring data - exploration and analysis
- Examples - scripts and notebooks
- Kangas Command-Line Interface
- Kangas Python API
- Integrations - with Hugging Face and Comet
- User Interface
- FAQ - Frequently Asked Questions
- Under the Hood
- Security - issues related to security
- Development - setting up a development environment
- Roadmap - plans and known issues
- User Guides