Contents Menu Expand Light mode Dark mode Auto light/dark, in light mode Auto light/dark, in dark mode Skip to content
hypertools
hypertools

Contents:

  • API reference
    • hypertools.load
    • hypertools.save
    • hypertools.impute
    • hypertools.manip
    • hypertools.normalize
    • hypertools.reduce
    • hypertools.reduce.autoencoders.Autoencoder
    • hypertools.reduce.autoencoders.SparseAutoencoder
    • hypertools.reduce.autoencoders.DeepAutoencoder
    • hypertools.reduce.autoencoders.ConvolutionalAutoencoder
    • hypertools.reduce.autoencoders.SequenceAutoencoder
    • hypertools.reduce.autoencoders.VariationalAutoencoder
    • hypertools.align
    • hypertools.align.procrustes
    • hypertools.cluster
    • hypertools.predict
    • hypertools.plot
    • hypertools.HyperAnimation
    • hypertools.set_interactive_backend
    • hypertools.analyze
    • hypertools.apply_model
    • hypertools.supported_models
    • hypertools.Pipeline
    • hypertools.describe
    • hypertools.tools.text2mat
    • hypertools.tools.gensim_models.Word2VecVectorizer
    • hypertools.tools.gensim_models.Doc2VecVectorizer
    • hypertools.tools.gensim_models.FastTextVectorizer
    • hypertools.tools.gensim_models.LdaVectorizer
    • hypertools.tools.gensim_models.LsiVectorizer
    • hypertools.tools.gensim_models.HdpVectorizer
    • hypertools.io.lsl_stream
    • hypertools.HypertoolsError
    • hypertools.HypertoolsBackendError
    • hypertools.HypertoolsIOError
    • hypertools.tools.format_data
    • hypertools.tools.missing_inds
    • hypertools.tools.df2mat
  • The canonical pipeline order
  • How to use HyperTools
    • Plotting
    • Analyze
    • Normalization
    • Dimensionality reduction
    • Alignment
    • Clustering with Hypertools
    • Visualizing text
    • Visualizing Hugging Face text embeddings
    • Modern scikit-learn models and dynamical systems
    • Mapping Wikipedia with modern text embeddings
    • Visualizing the shape of a conversation
    • Plotting streaming data
    • Streaming from a Lab Streaming Layer (LSL) device
    • Forecasting stock prices with hyp.predict
    • Imputing and forecasting a real projectile arc with hyp.impute and hyp.predict
  • Gallery of Examples
    • A basic example
    • A 2D Plot
    • Discovering clusters
    • Using describe to evaluate the integrity of your visualization
    • Generating a legend
    • Plotting a Pandas Dataframe
    • Visualizing the digits dataset
    • Visualizing the digits dataset using t-SNE
    • Explore mode!
    • Precognition
    • Visualizing the digits dataset using UMAP
    • Chemtrails
    • Animated trajectory plotted with multidimensional scaling
    • Create a rotating static plot
    • Animated plots
    • Discovering clusters using HDBSCAN
    • Plotting State of the Union Addresses
    • Aligning matrices to a common space
    • Saving a plot
    • Analyze data and then plot
    • Defining a custom corpus for plotting text
    • Aligning two matrices with the procrustes function
    • Nested lists and multilevel styling
    • Colorbars
    • Grouping data by category
    • Labeling your datapoints
    • Interactive plotting with the plotly backend
    • Using the cluster function to label clusters
    • Saving an animation
    • Multicolored lines
    • Density shading
    • Surfaces around point clouds
    • Mixing trail styles per dataset
    • Normalizing your features
    • Interpolating missing data with probabalistic PCA
    • The Datasaurus Dozen
    • A zoo of 3D shapes
    • Animated interactive plots (plotly backend)
    • Applying models with apply_model
    • Working with plot outputs (figures & fitted models)
    • Using the missing_inds function to label interpolated values
    • Forecasting timeseries with predict
    • Soft clustering with mixture models
    • MultiIndex DataFrames
    • Fit once, reuse: pipelines and return_model
    • Imputing missing data: PPCA vs Kalman smoothing
    • Autoencoder reducers
    • Morphing through the shapes zoo
    • Plotting text
    • Gensim text models
    • Story trajectories: brain activity while listening to a story
    • A tour of hyp.load’s data sources
    • Morphing hull surfaces through shapes
Back to top
View this page
Edit this page

Gallery of Examples¶

A basic example

A basic example

A 2D Plot

A 2D Plot

Discovering clusters

Discovering clusters

Using describe to evaluate the integrity of your visualization

Using describe to evaluate the integrity of your visualization

Generating a legend

Generating a legend

Plotting a Pandas Dataframe

Plotting a Pandas Dataframe

Visualizing the digits dataset

Visualizing the digits dataset

Visualizing the digits dataset using t-SNE

Visualizing the digits dataset using t-SNE

Explore mode!

Explore mode!

Precognition

Precognition

Visualizing the digits dataset using UMAP

Visualizing the digits dataset using UMAP

Chemtrails

Chemtrails

Animated trajectory plotted with multidimensional scaling

Animated trajectory plotted with multidimensional scaling

Create a rotating static plot

Create a rotating static plot

Animated plots

Animated plots

Discovering clusters using HDBSCAN

Discovering clusters using HDBSCAN

Plotting State of the Union Addresses

Plotting State of the Union Addresses

Aligning matrices to a common space

Aligning matrices to a common space

Saving a plot

Saving a plot

Analyze data and then plot

Analyze data and then plot

Defining a custom corpus for plotting text

Defining a custom corpus for plotting text

Aligning two matrices with the procrustes function

Aligning two matrices with the procrustes function

Nested lists and multilevel styling

Nested lists and multilevel styling

Colorbars

Colorbars

Grouping data by category

Grouping data by category

Labeling your datapoints

Labeling your datapoints

Interactive plotting with the plotly backend

Interactive plotting with the plotly backend

Using the cluster function to label clusters

Using the cluster function to label clusters

Saving an animation

Saving an animation

Multicolored lines

Multicolored lines

Density shading

Density shading

Surfaces around point clouds

Surfaces around point clouds

Mixing trail styles per dataset

Mixing trail styles per dataset

Normalizing your features

Normalizing your features

Interpolating missing data with probabalistic PCA

Interpolating missing data with probabalistic PCA

The Datasaurus Dozen

The Datasaurus Dozen

A zoo of 3D shapes

A zoo of 3D shapes

Animated interactive plots (plotly backend)

Animated interactive plots (plotly backend)

Applying models with apply_model

Applying models with apply_model

Working with plot outputs (figures & fitted models)

Working with plot outputs (figures & fitted models)

Using the missing_inds function to label interpolated values

Using the missing_inds function to label interpolated values

Forecasting timeseries with predict

Forecasting timeseries with predict

Soft clustering with mixture models

Soft clustering with mixture models

MultiIndex DataFrames

MultiIndex DataFrames

Fit once, reuse: pipelines and return_model

Fit once, reuse: pipelines and return_model

Imputing missing data: PPCA vs Kalman smoothing

Imputing missing data: PPCA vs Kalman smoothing

Autoencoder reducers

Autoencoder reducers

Morphing through the shapes zoo

Morphing through the shapes zoo

Plotting text

Plotting text

Gensim text models

Gensim text models

Story trajectories: brain activity while listening to a story

Story trajectories: brain activity while listening to a story

A tour of hyp.load’s data sources

A tour of hyp.load's data sources

Morphing hull surfaces through shapes

Morphing hull surfaces through shapes

Download all examples in Python source code: auto_examples_python.zip

Download all examples in Jupyter notebooks: auto_examples_jupyter.zip

Gallery generated by Sphinx-Gallery

Next
A basic example
Previous
Imputing and forecasting a real projectile arc with hyp.impute and hyp.predict
Copyright © 2017-2026, Contextual Dynamics Laboratory
Made with Sphinx and @pradyunsg's Furo