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!