Class to contain model results
| Parameters: | model : class instance
params : array
|
|---|
Methods
| initialize(model, params, **kwd) | |
| predict([exog, transform]) | Call self.model.predict with self.params as the first argument. |
| summary() |
Methods
| initialize(model, params, **kwd) | |
| predict([exog, transform]) | Call self.model.predict with self.params as the first argument. |
| summary() |