AI4Finance-Foundation / FinRL

FinRL: Financial Reinforcement Learning. 🔥
https://ai4finance.org
MIT License
9.37k stars 2.28k forks source link

AttributeError: 'Series' object has no attribute 'iteritems' error #1166

Open souravchakraborty700 opened 4 months ago

souravchakraborty700 commented 4 months ago

In 7.2 BackTestPlot section getting error from backtest_plot function.

It should have give a series of plots using pyfolio instead it

Error: error: AttributeError: 'Series' object has no attribute 'iteritems'

wahidur0547 commented 3 months ago

Did you find the solution for this error? as i am getting the same error.