ContextLab / hypertools

A Python toolbox for gaining geometric insights into high-dimensional data
http://hypertools.readthedocs.io/en/latest/
MIT License
1.83k stars 160 forks source link

feature request: add describe support for new reduction models #137

Closed jeremymanning closed 7 years ago

jeremymanning commented 7 years ago

This pull request adds support for a wide range of new data reduction models. However, there aren't equivalent describe methods like this one for those new models.

I propose changing the name of hyp.tools.describe_pca to hyp.tools.describe, and then adding a model flag to specify the reduction model (default: either PCA or IncrementalPCA depending on how we resolve this issue).

jeremymanning commented 7 years ago

This is implemented in 0.4.0-- closing.