Hi all, I'm trying to replace matlab with python in my daily work and I have several problems now.
1) Which one should I use, numpy or scipy ? I found that numpy and scipy have many overlap functions and modules, such as numpy.linalg and scipy.linaly. Maybe I should use numpy in some occasions and use scipy in the other occasions? 2) Are there any functions in numpy/scipy that can do Partial Least Square(PLS) regression? How to calculate adjusted R squared in numpy/ scipy? I have googled to find the answer, but have on success. Thanks in advance. _______________________________________________ Numpy-discussion mailing list Numpy-discussion@scipy.org http://projects.scipy.org/mailman/listinfo/numpy-discussion