High dimensional Interactive Plotting tool
Project description
HiPlot - High dimensional Interactive Plotting
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
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
pip install -U hiplot # Or for conda users: conda install -c conda-forge hiplot
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
Links
- Blog post: https://ai.facebook.com/blog/hiplot-high-dimensional-interactive-plots-made-easy/
- Documentation: https://facebookresearch.github.io/hiplot/index.html
- Pypi package: https://pypi-hypernode.com/project/hiplot/
- Conda package: https://anaconda.org/conda-forge/hiplot
- NPM package: https://www.npmjs.com/package/hiplot
- Examples: https://github.com/facebookresearch/hiplot/tree/master/examples
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
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
hiplot-0.1.26.tar.gz
(833.5 kB
view details)
Built Distribution
hiplot-0.1.26-py3-none-any.whl
(846.6 kB
view details)
File details
Details for the file hiplot-0.1.26.tar.gz
.
File metadata
- Download URL: hiplot-0.1.26.tar.gz
- Upload date:
- Size: 833.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.4.1 importlib_metadata/4.6.1 pkginfo/1.7.1 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.61.2 CPython/3.7.11
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | b4a642cf52b73eb7d239ee3a3dd5f0d21f258cbde2d9e195678d39d7eb1b7d17 |
|
MD5 | 3fdba78618bb5fa2b52be1326241ce52 |
|
BLAKE2b-256 | a1344e526277fd11f849167b6eda43bd857a69c6e78d4efe31977cc9dfa1b26f |
File details
Details for the file hiplot-0.1.26-py3-none-any.whl
.
File metadata
- Download URL: hiplot-0.1.26-py3-none-any.whl
- Upload date:
- Size: 846.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.4.1 importlib_metadata/4.6.1 pkginfo/1.7.1 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.61.2 CPython/3.7.11
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 5a29da434cd3b9cf96193b714b04c062fdc1542abb5b5b5969a9c4c28fe888e6 |
|
MD5 | 25ea0e2d245708df14a826a8e9d45f99 |
|
BLAKE2b-256 | 8ad058dc843dc3ba0a28bcae0b9846feb1182965cd88277e169e6c20420a7c8f |