Quantopian's community platform is shutting down. Please read this post for more information and download your code.
Back to Community
stats.linregress in Notebook shows error message

Hi guys,

I am new to Quantopian but have done a fair bit on Python.

I am trying to use stats.linregress in a Notbook but it gives me following error message:

SecurityViolation: 0002 Security Violation(s): Accessing stats.linregress raised an AttributeError.

Any idea how to overcome this or does it mean that can't use this regression?

Thanks for the support!
O

EDIT:
Nevermind, I figured it out. It was the wrong way of importing the stats package. All okay!