MCPcopy
hub / github.com/ContextLab/hypertools

github.com/ContextLab/hypertools @v0.8.2 sqlite

repository ↗ · DeepWiki ↗ · release v0.8.2 ↗
280 symbols 1,005 edges 111 files 79 documented · 28%
README

Hypertools logo

"To deal with hyper-planes in a 14 dimensional space, visualize a 3D space and say 'fourteen' very loudly. Everyone does it." - Geoff Hinton

Hypertools example

Overview

HyperTools is designed to facilitate dimensionality reduction-based visual explorations of high-dimensional data. The basic pipeline is to feed in a high-dimensional dataset (or a series of high-dimensional datasets) and, in a single function call, reduce the dimensionality of the dataset(s) and create a plot. The package is built atop many familiar friends, including matplotlib, scikit-learn and seaborn. Our package was recently featured on Kaggle's No Free Hunch blog. For a general overview, you may find this talk useful (given as part of the MIND Summer School at Dartmouth).

Try it!

Click the badge to launch a binder instance with example uses:

Binder

or

Check the repo of Jupyter notebooks from the HyperTools paper.

Installation

To install the latest stable version run:

pip install hypertools

To install the latest unstable version directly from GitHub, run:

pip install -U git+https://github.com/ContextLab/hypertools.git

Or alternatively, clone the repository to your local machine:

git clone https://github.com/ContextLab/hypertools.git

Then, navigate to the folder and type:

pip install -e .

(These instructions assume that you have pip installed on your system)

NOTE: If you have been using the development version of 0.5.0, please clear your data cache (/Users/yourusername/hypertools_data).

Requirements

  • python>=3.6
  • PPCA>=0.0.2
  • scikit-learn>=0.24.0
  • pandas>=0.18.0
  • seaborn>=0.8.1
  • matplotlib>=1.5.1
  • scipy>=1.0.0
  • numpy>=1.10.4
  • umap-learn>=0.4.6
  • requests
  • pytest (for development)
  • ffmpeg (for saving animations)

Documentation

Check out our readthedocs page for further documentation, complete API details, and additional examples.

Citing

We wrote a short JMLR paper about HyperTools, which you can read here, or you can check out a (longer) preprint here. We also have a repository with example notebooks from the paper here.

Please cite as:

Heusser AC, Ziman K, Owen LLW, Manning JR (2018) HyperTools: A Python toolbox for gaining geometric insights into high-dimensional data. Journal of Machine Learning Research, 18(152): 1--6.

Here is a bibtex formatted reference:

@ARTICLE {,
    author  = {Andrew C. Heusser and Kirsten Ziman and Lucy L. W. Owen and Jeremy R. Manning},    
    title   = {HyperTools: a Python Toolbox for Gaining Geometric Insights into High-Dimensional Data},    
    journal = {Journal of Machine Learning Research},
    year    = {2018},
    volume  = {18}, 
    number  = {152},    
    pages   = {1-6},    
    url     = {http://jmlr.org/papers/v18/17-434.html}  
}

Contributing

Join the chat at https://gitter.im/hypertools/Lobby

If you'd like to contribute, please first read our Code of Conduct.

For specific information on how to contribute to the project, please see our Contributing page.

Testing

Build Status

To test HyperTools, install pytest (pip install pytest) and run pytest in the HyperTools folder

Examples

See here for more examples.

Plot

import hypertools as hyp
hyp.plot(list_of_arrays, '.', group=list_of_labels)

Plot example

Align

import hypertools as hyp
hyp.plot(list_of_arrays, align='hyper')

BEFORE

Align before example

AFTER

Align after example

Cluster

import hypertools as hyp
hyp.plot(array, '.', n_clusters=10)

Cluster Example

Describe

import hypertools as hyp
hyp.tools.describe(list_of_arrays, reduce='PCA', max_dims=14)

Describe Example

Core symbols most depended-on inside this repo

plot
called by 112
hypertools/datageometry.py
load
called by 43
hypertools/_externals/ppca.py
get_data
called by 22
hypertools/datageometry.py
load
called by 17
hypertools/tools/load.py
transform
called by 17
hypertools/_externals/srm.py
format_data
called by 16
hypertools/tools/format_data.py
text2mat
called by 12
hypertools/tools/text2mat.py
plot
called by 10
hypertools/plot/plot.py

Shape

Function 214
Method 53
Class 13

Languages

Python100%

Modules by API surface

hypertools/plot/backend.py34 symbols
tests/test_plot.py30 symbols
tests/test_reduce.py23 symbols
hypertools/_shared/helpers.py20 symbols
hypertools/plot/draw.py19 symbols
hypertools/_externals/srm.py15 symbols
tests/test_helpers.py14 symbols
tests/test_geo.py14 symbols
tests/test_load.py12 symbols
tests/test_text2mat.py11 symbols
tests/test_backend.py10 symbols
tests/test_format_data.py8 symbols

Dependencies from manifests, versioned

PPCA0.0.2 · 1×
importlib_metadata1.0.0 · 1×
ipympl0.9.3 · 1×
matplotlib3.8.0 · 1×
numpy2.0.0 · 1×
pandas2.2.0 · 1×
requests2.31.0 · 1×
scikit-learn1.4.0 · 1×
scipy1.13.0 · 1×
seaborn0.13.0 · 1×
umap-learn0.5.5 · 1×

For agents

$ claude mcp add hypertools \
  -- python -m otcore.mcp_server <graph>

⬇ download graph artifact