-
- Downloads
use 'scipy.linalg.lstsq' instead of 'numpy.linalg.lstsq'
Numpy's leastsquares implementation sometimes produces memory errors, but Scipy's appears to be unaffected (at least for the cases seen thus far).
Please register or sign in to comment