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.32.tar.gz
(847.6 kB
view details)
Built Distribution
hiplot-0.1.32-py3-none-any.whl
(862.5 kB
view details)
File details
Details for the file hiplot-0.1.32.tar.gz
.
File metadata
- Download URL: hiplot-0.1.32.tar.gz
- Upload date:
- Size: 847.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.5.0 importlib_metadata/4.8.1 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.7.12
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | aab310b5d8e783ae7f457ed5f4c378ea2f047379c9d75cd8feea2ab1c59f589d |
|
MD5 | 3368f8fb55ab972395e872a0d17248f4 |
|
BLAKE2b-256 | d0a031806245e75742f08488675a4de89f50c234f10b0d88e53a50cf97d9ad08 |
File details
Details for the file hiplot-0.1.32-py3-none-any.whl
.
File metadata
- Download URL: hiplot-0.1.32-py3-none-any.whl
- Upload date:
- Size: 862.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.5.0 importlib_metadata/4.8.1 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.7.12
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | f08957522e8b79155de7359007257595953592cb6c3bfb4c50ec5d9b71c103e3 |
|
MD5 | 64628869bee025d1532011745cc1c340 |
|
BLAKE2b-256 | aabef87f247659cbc43dd5388d63462fbb39c6a0ed931de8ea5b5029d5c0268d |