hiplot
TypeScript icon, indicating that this package has built-in type declarations

0.1.34-rc.200 • Public • Published

HiPlot - High dimensional Interactive Plotting CircleCI

Logo

Support Ukraine License: MIT PyPI download month PyPI version docs Open In Colab

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 Open In Colab

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

Result

Links

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

HiPlot is MIT licensed, as found in the LICENSE file.

Versions

Current Tags

VersionDownloads (Last 7 Days)Tag
0.1.34-rc.20041latest

Version History

VersionDownloads (Last 7 Days)Published
0.1.34-rc.20041
0.1.34-rc.1990
0.1.34-rc.1980
0.1.34-rc.1970
0.1.34-rc.1950
0.1.34-rc.1940
0.1.34-rc.1930
0.1.330
0.1.33-rc.1920
0.1.33-rc.1910
0.1.33-rc.1900
0.1.33-rc.1890
0.1.33-rc.1870
0.1.33-rc.1860
0.1.33-rc.1850
0.1.33-rc.1840
0.1.33-rc.1830
0.1.33-rc.1820
0.1.33-rc.1810
0.1.33-rc.1770
0.1.33-rc.1760
0.1.33-rc.1750
0.1.320
0.1.32-rc.1740
0.1.32-rc.1730
0.1.32-rc.1720
0.1.32-rc.1710
0.1.310
0.1.31-rc.1700
0.1.300
0.1.30-rc.1690
0.1.290
0.1.29-rc.1680
0.1.29-rc.1670
0.1.29-rc.1660
0.1.29-rc.1650
0.1.29-rc.1640
0.1.29-rc.1630
0.1.29-rc.1620
0.1.2814
0.1.28-rc.1580
0.1.270
0.1.27-rc.1480
0.1.260
0.1.26-rc.1470
0.1.26-rc.1460
0.1.250
0.1.26-rc.1450
0.1.25-rc.1440
0.1.25-rc.1430
0.1.25-rc.1420
0.1.25-rc.1410
0.1.25-rc.1400
0.1.25-rc.1390
0.1.25-rc.1370
0.1.25-rc.1380
0.1.25-rc.1360
0.1.25-rc.1350
0.1.25-rc.1340
0.1.25-rc.1330
0.1.25-rc.1320
0.1.25-rc.1311,689
0.1.25-rc.1300
0.1.25-rc.1290
0.1.25-rc.1280
0.1.25-rc.1270
0.1.25-rc.1260
0.1.24-rc.1250
0.1.240
0.1.24-rc.1230
0.1.24-rc.1220
0.1.231,135
0.1.23-rc.1210
0.1.23-rc.1200
0.1.23-rc.1190
0.1.23-rc.1180
0.1.23-rc.1170
0.1.23-rc.1160
0.1.23-rc.1150
0.1.23-rc.1140
0.1.220
0.1.210
0.1.200
0.1.190
0.1.181
0.1.170
0.1.160
0.1.150
0.1.140
0.1.130
0.1.120
0.1.110
0.1.100
0.1.90
0.1.80
0.1.70
0.1.60
0.1.50
0.1.40
0.1.30
0.1.20
0.1.10
0.1.00

Package Sidebar

Install

npm i hiplot

Weekly Downloads

2,880

Version

0.1.34-rc.200

License

MIT

Unpacked Size

29.5 MB

Total Files

132

Last publish

Collaborators

  • d3rd