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
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
Credits
Inspired by and based on code from Kai Chang, Mike Bostock and Jason Davies.
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.17.tar.gz
(414.5 kB
view details)
Built Distribution
hiplot-0.1.17-py3-none-any.whl
(421.1 kB
view details)
File details
Details for the file hiplot-0.1.17.tar.gz
.
File metadata
- Download URL: hiplot-0.1.17.tar.gz
- Upload date:
- Size: 414.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.2.0 pkginfo/1.5.0.1 requests/2.24.0 setuptools/47.1.0 requests-toolbelt/0.9.1 tqdm/4.47.0 CPython/3.7.8
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 79b8197d10be83c40246722a79398e79b0e8ebe03fd6698714039f0be607e154 |
|
MD5 | 6a98f352f97d74a73f278a27c1102061 |
|
BLAKE2b-256 | 2bd0d5acc85938452ecccd97c0702bbb200525db2e849dc87bd1782f9c2c8207 |
File details
Details for the file hiplot-0.1.17-py3-none-any.whl
.
File metadata
- Download URL: hiplot-0.1.17-py3-none-any.whl
- Upload date:
- Size: 421.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.2.0 pkginfo/1.5.0.1 requests/2.24.0 setuptools/47.1.0 requests-toolbelt/0.9.1 tqdm/4.47.0 CPython/3.7.8
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | b015f7a234ecfccac785d8956a94dae5a6304ca6c9ab41acf441143ca81b4aa9 |
|
MD5 | 0a50fc819991a25c2b697055ec0dc003 |
|
BLAKE2b-256 | b699515753415ca57b54717bfcb6b3a0479cea1ff861dd47fbaeb6176fe6c508 |