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
There are 2 modes to HiPlot:
- As a web-server (if your data is a CSV for instance)
- In a jupyter notebook (to visualize python data)
pip install 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
- Documentation: https://facebookresearch.github.io/hiplot/index.html
- Pypi package: https://pypi-hypernode.com/project/hiplot/
- NPM package: https://www.npmjs.com/package/hiplot
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.2.tar.gz
(16.0 kB
view details)
Built Distribution
File details
Details for the file hiplot-0.1.2.tar.gz
.
File metadata
- Download URL: hiplot-0.1.2.tar.gz
- Upload date:
- Size: 16.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.2.0 requests-toolbelt/0.9.1 tqdm/4.42.0 CPython/3.7.6
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 67a115b92371e7652ad37e48d77d2846ab73bb1a72eced05b97930338ef9ec65 |
|
MD5 | 726ebe63c185a9c7ddb9427c878dbf12 |
|
BLAKE2b-256 | 89b962be2f236de89acdb7d82ce5684491540065fd453707820c49da1b6ad26c |
File details
Details for the file hiplot-0.1.2-py3-none-any.whl
.
File metadata
- Download URL: hiplot-0.1.2-py3-none-any.whl
- Upload date:
- Size: 3.5 MB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.2.0 requests-toolbelt/0.9.1 tqdm/4.42.0 CPython/3.7.6
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | d490b7b522cdb8df545cbd63c07ee453d8edbecf5976e528bf3a68966090e235 |
|
MD5 | 32d80194cb6f1d72080c83d3dde974a1 |
|
BLAKE2b-256 | 9cfe02cfacdfa449b97dce0a831092ba34b0898e6d3fcf46b1b2c457eb9ac70b |