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.org/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/main/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
Built Distribution
File details
Details for the file hiplot-0.1.34rc192.tar.gz
.
File metadata
- Download URL: hiplot-0.1.34rc192.tar.gz
- Upload date:
- Size: 848.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.0 CPython/3.7.13
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 4608ab822fa7af112d2c7a74ba4b22e99e11f8c5d5f99dcf0566e7d44d7b5df1 |
|
MD5 | 5f507453fc46eeaa68332b17f7f35cb3 |
|
BLAKE2b-256 | f273f7e97421b3d2c5367617d64d59eaa804c28d0dae65c188b90c679c309197 |
File details
Details for the file hiplot-0.1.34rc192-py3-none-any.whl
.
File metadata
- Download URL: hiplot-0.1.34rc192-py3-none-any.whl
- Upload date:
- Size: 863.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.0 CPython/3.7.13
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | f83739cfa533f821b732c86cef0be694f3a884cad9af96ba4dd81daa67a0d1f9 |
|
MD5 | 04454709daa2c3dff77fac9fd26d5b0e |
|
BLAKE2b-256 | e16061d63c8815fe5c3b63d132b0815f83d59a62fcc516c9f80ef3617a240ec4 |