statsmodels / statsmodels.github.io

documentation for statsmodels - currently temporary structure and location
BSD 3-Clause "New" or "Revised" License
12 stars 9 forks source link

print function instead of statement #18

Closed yoavram closed 6 years ago

yoavram commented 6 years ago

The current stable docs show an error:

  File "<ipython-input-15-6ef19fe76b73>", line 1
    print res.summary()   # Summarize model
            ^
SyntaxError: invalid syntax
TomAugspurger commented 6 years ago

This repo only has the generated output. The source lives in https://github.com/statsmodels/statsmodels. I think this was fixed over there in the meantime.