RJT1990/pyflux

Deprecated `ix` should be replaced

Opened this issue · 0 comments

When I am running model = pf.GARCH(returns,p=1,q=1) shown this example https://pyflux.readthedocs.io/en/latest/garch.html it gave me an error saying "'DataFrame' object has no attribute 'ix'"

It seems that the function is using the deprecated ix used in pandas and should be updated?