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).
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
tohyp.tools.describe
, and then adding amodel
flag to specify the reduction model (default: either PCA or IncrementalPCA depending on how we resolve this issue).