Forums
New posts
Search forums
Members
Current visitors
Log in
Register
What's new
Search
Search
Search titles only
By:
New posts
Search forums
Menu
Log in
Register
Install the app
Install
Forums
Archive
Archive
Python
Linear regression in NumPy
JavaScript is disabled. For a better experience, please enable JavaScript in your browser before proceeding.
You are using an out of date browser. It may not display this or other websites correctly.
You should upgrade or use an
alternative browser
.
Reply to thread
Message
[QUOTE="Jianzhong Liu, post: 2047933"] Hello, Guys, I have a question about the linear_least_squares in Numpy. My linear_least_squares cannot give me the results. I use Numpy1.0. The newest version. So I checked online and get your guys some examples. I did like this. [john@crux 77] ~ >> py Python 2.4.3 (#1, May 18 2006, 07:40:45) [GCC 3.3.3 (cygwin special)] on cygwin Type "help", "copyright", "credits" or "license" for more information. Matrix([[1], [2], [4]])Matrix([[1, 1], [1, 2], [1, 3]]) Here my Numpy stops. and never give me a result. THis is the problem of Numpy or sth wrong. Can you guys give me a LinearAlgebra.py so that I can have a try? Thanks, John [/QUOTE]
Verification
Post reply
Forums
Archive
Archive
Python
Linear regression in NumPy
Top