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
Copyright © 2017-2026, Contextual Dynamics Laboratory
Made with Sphinx and @pradyunsg's Furo