statsmodels.regression.dimred.DimReductionResults#
- class statsmodels.regression.dimred.DimReductionResults(model, params, eigs)[source]#
Results class for a dimension reduction regression
- Attributes:
Methods
initialize(model, params, **kwargs)Initialize (possibly re-initialize) a Results instance
predict([exog, transform])Call self.model.predict with self.params as the first argument
summary()Summary of Results, not implemented
Methods
initialize(model, params, **kwargs)Initialize (possibly re-initialize) a Results instance
predict([exog, transform])Call self.model.predict with self.params as the first argument
summary()Summary of Results, not implemented