Skip to content

v0.3.0 (June 2017)

Compare
Choose a tag to compare
@andrewheusser andrewheusser released this 14 Jun 14:21
· 1028 commits to master since this release

This release extends hypertools to support the following dimensionality reduction / manifold learning models:

  • PCA
  • FastICA
  • IncrementalPCA
  • KernelPCA
  • FactorAnalysis
  • TruncatedSVD
  • SparsePCA
  • MiniBatchSparsePCA
  • DictionaryLearning
  • MiniBatchDictionaryLearning
  • TSNE
  • MDS
  • SpectralEmbedding
  • LocallyLinearEmbedding
  • Isomap

The default reduction algorithm was switched from PCA to IncrementalPCA for better handling of large datasets.

Bugs squashed:

  • fixed plot_procrustes example so that rotation matrix is orthonormal