Pyfolio error

Course Name: Deep Reinforcement Learning in Trading, Section No: 22, Unit No: 5, Unit type: Notebook

Running your algo "Template for combining the agents" the last cell does not work and I get the following error:

Attribute error:module pyfolio has not attribute "create_simple_tear_sheet"

My pyfolio version is 0.9.2



Any suggestion?

Guido

Hi Guido,



As per the notebook guidelines, please install the package versions as per the ReadMe.pdf.

For pyfolio, it is 0.9.0 version.



To install specific version of the package, you can run the following command:

!pip install pyfolio==0.9.0



Hope this helps!