Python Matrix for Linear regression

Hi,

How to form a matrix from a dataset in Python for Normal Equation method of Linear regression?

You could take a look at the MLlib library of spark.