v0.3.0 (June 2017)
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