Feature Clock, provides visualizations that eliminate the need for multiple plots to inspect the influence of original variables in the latent space. Feature Clock enhances the explainability and compactness of visualizations of embedded data.
Project description
Feature Clock: High-Dimensional Effects in Two-Dimensional Plots
What is it?
It is difficult for humans to perceive high-dimensional data. Therefore, high-dimensional data is projected into lower dimensions to visualize it. Many applications benefit from complex nonlinear dimensionality reduction techniques (e.g., UMAP, t-SNE, PHATE, and autoencoders), but the effects of individual high-dimensional features are hard to explain in the latent spaces. Most solutions use multiple two-dimensional plots to analyze the effect of every variable in the embedded space, but this is not scalable, leading to k plots for k different variables. Our solution, Feature Clock, provides novel visualizations that eliminate the need for multiple plots to inspect the influence of original variables in the latent space. Feature Clock enhances the explainability and compactness of visualizations of embedded data.
Table of Contents
Main Features
Feature Clock allows creation of three types of static visualizations, highlighting the contributions of the high-dimensional features to linear directions of the two-dimensional spaces produced by nonlinear dimensionality reduction:
- Global Feature Clock indicating the direction of features’ contributions in low-dimensional space for the whole dataset.
- Local Feature Clock explaining features’ impact within selected points.
- Inter-group Feature Clock visualizing contributions between groups of points.
Where to get it
The source code is currently hosted on GitHub at: https://github.com/OlgaOvcharenko/feature_clock_visualization.git
Binary installers for the latest released version are available at the Python Package Index (PyPI).
# PyPI
pip install feature-clock
Instalation
Feature Clock can be installed from PyPI:
pip install feature-clock
All dependencies are listed in requirements.txt and can be installed separately.
pip install -r requirements.txt
License
Documentation
There is documentation, and a simple tutorial.
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file feature_clock-1.0.2.tar.gz
.
File metadata
- Download URL: feature_clock-1.0.2.tar.gz
- Upload date:
- Size: 34.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.0.0 CPython/3.11.8
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 02a2c017519b8dedf40c4e7032fc359185011e158ad16f30f495121b03201c59 |
|
MD5 | 0018aa85b68bb0bc50af11f8bb47f463 |
|
BLAKE2b-256 | 411a01035ee89d19aa51a4d95f3518ffc49a3f09161defeecc6e5a2e72464fc7 |
File details
Details for the file feature_clock-1.0.2-py3-none-any.whl
.
File metadata
- Download URL: feature_clock-1.0.2-py3-none-any.whl
- Upload date:
- Size: 16.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.0.0 CPython/3.11.8
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 023028d909b5de5028c0b1a7192c47fa15c7e300327bc84a72383b3fdbdc6c1b |
|
MD5 | b7f471fed6a80d8bd5243c7bd15566d4 |
|
BLAKE2b-256 | 5834471c418563c9120750644087ae2380019c6faaddec448eafab5c72d0d7c0 |