Guest User

Untitled

a guest
Feb 19th, 2018
81
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.30 KB | None | 0 0
  1. ~Anaconda3libsite-packagesstatsmodelsregressionlinear_model.py in <module>()
  2. 41 from scipy.linalg import toeplitz
  3. 42 from scipy import stats
  4. ---> 43 from scipy.stats.stats import ss
  5. 44 from scipy import optimize
  6. 45 from scipy.stats import chi2
  7.  
  8. ImportError: cannot import name 'ss'
Add Comment
Please, Sign In to add comment