Skip to main content

High dimensional Interactive Plotting tool

Project description

HiPlot - High dimensional Interactive Plotting

Logo

CI Release License: MIT PyPI version PyPI downloads Open In Colab

Community-maintained fork: This is a community-maintained fork of Facebook Research's HiPlot, which has been archived. We aim to keep the project alive with bug fixes, security updates, and new features.

HiPlot is a lightweight interactive visualization tool to help AI researchers discover correlations and patterns in high-dimensional data using parallel plots and other graphical ways to represent information.

Try a demo now with sweep data or upload your CSV or Open In Colab

There are several modes to HiPlot:

  • As a web-server (if your data is a CSV for instance)
  • In a jupyter notebook (to visualize python data), or in Streamlit apps
  • In CLI to render standalone HTML

Quick Start

# Render a CSV to interactive HTML (no install needed)
uvx hiplot-mm data.csv > output.html

# Or start an interactive server
uvx --from 'hiplot-mm[server]' hiplot --port 8765

Installation

# Core package (HTML export, CLI rendering)
pip install hiplot-mm

# With Jupyter notebook support
pip install hiplot-mm[notebook]

# With web server support (hiplot command)
pip install hiplot-mm[server]

# With Streamlit support
pip install hiplot-mm[streamlit]

# Everything
pip install hiplot-mm[all]

If you have a Jupyter notebook, you can get started with something as simple as:

import hiplot as hip
data = [{'dropout':0.1, 'lr': 0.001, 'loss': 10.0, 'optimizer': 'SGD'},
        {'dropout':0.15, 'lr': 0.01, 'loss': 3.5, 'optimizer': 'Adam'},
        {'dropout':0.3, 'lr': 0.1, 'loss': 4.5, 'optimizer': 'Adam'}]
hip.Experiment.from_iterable(data).display()

See the live result

Result

Links

Development

To build from source:

# Install dependencies
bun install
uv sync --all-extras

# Build JavaScript bundles
bun run build

# Build Python package
uv build

# Or use the all-in-one build script
./build.sh

Output directories:

  • npm-dist/ - NPM package artifacts
  • dist/ - Python wheel and sdist
  • hiplot/static/built/ - JS bundle included in Python package

Run the dev server:

uv run --extra server hiplot --port 8765

Citing

@misc{hiplot,
    author = {Haziza, D. and Rapin, J. and Synnaeve, G.},
    title = {{Hiplot, interactive high-dimensionality plots}},
    year = {2020},
    publisher = {GitHub},
    journal = {GitHub repository},
    howpublished = {\url{https://github.com/facebookresearch/hiplot}},
}

Credits

Inspired by and based on code from Kai Chang, Mike Bostock and Jason Davies.

External contributors (please add your name when you submit your first pull request):

License

HiPlot is MIT licensed, as found in the LICENSE file.

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

hiplot_mm-0.0.3.tar.gz (893.2 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

hiplot_mm-0.0.3-py3-none-any.whl (903.2 kB view details)

Uploaded Python 3

File details

Details for the file hiplot_mm-0.0.3.tar.gz.

File metadata

  • Download URL: hiplot_mm-0.0.3.tar.gz
  • Upload date:
  • Size: 893.2 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for hiplot_mm-0.0.3.tar.gz
Algorithm Hash digest
SHA256 3a304afb2492b643798635b03ef435b7075b80b550c7c3aa81b93b9e4fea0564
MD5 f8c83b577ba0f27f4f48756b735390a2
BLAKE2b-256 00591951f570294f60602bea32ca3fa992bea571184683b7995711e116520b9c

See more details on using hashes here.

Provenance

The following attestation bundles were made for hiplot_mm-0.0.3.tar.gz:

Publisher: release.yml on mindthemath/hiplot

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file hiplot_mm-0.0.3-py3-none-any.whl.

File metadata

  • Download URL: hiplot_mm-0.0.3-py3-none-any.whl
  • Upload date:
  • Size: 903.2 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for hiplot_mm-0.0.3-py3-none-any.whl
Algorithm Hash digest
SHA256 4a9f9090c5461f96acff3570117cb602ad946b93c5916127843290e52f0900ba
MD5 2d55f01ebe7fe88899f5090675201591
BLAKE2b-256 d5fe32feb5097fc00b8d12896f83dca040407d1e9e48b312f713913f56ca4c46

See more details on using hashes here.

Provenance

The following attestation bundles were made for hiplot_mm-0.0.3-py3-none-any.whl:

Publisher: release.yml on mindthemath/hiplot

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page