GCa
GCa

Reputation: 51

Can't find Statsmodel.varmax apply nor append

I'm building a prediction model using VARMAX class of package statsmodel (python3). After fitting a VAR model i'd like to apply it on my test set to evaluate it. Instead of take the infered parameter and do it manually I was hoping to be able to use the following methods:

How ever i get the following errors:

Is cumputing it manually from results.coefficient_matrices_var the only way to test results over a test set (new unseen data) ?

Upvotes: 0

Views: 192

Answers (1)

GCa
GCa

Reputation: 51

As from july 2019 these methods are still under dev. yet mentionned in the documentation.

https://github.com/statsmodels/statsmodels/issues/5959#issuecomment-512018275

Upvotes: 1

Related Questions