Re: [Scikit-learn-general] SGDRegressor with output matrix

2012-12-14 Thread Olivier Grisel
2012/12/14 Olivier Grisel : > 2012/12/14 Shishir Pandey : >> Hi >> >> I am trying to trying to find the regression matrix \beta. In the following: >> >> Y = X \beta + \epsilon >> >> Y - m x n matrix. (sparse matrix) >> X - m x k matrix. (sparse matrix) >> \beta - k x n matrix >> >> I try to fit the

Re: [Scikit-learn-general] SGDRegressor with output matrix

2012-12-14 Thread Olivier Grisel
2012/12/14 Shishir Pandey : > Hi > > I am trying to trying to find the regression matrix \beta. In the following: > > Y = X \beta + \epsilon > > Y - m x n matrix. (sparse matrix) > X - m x k matrix. (sparse matrix) > \beta - k x n matrix > > I try to fit the SGDRegressor as fit(X,Y). It gives a val

[Scikit-learn-general] SGDRegressor with output matrix

2012-12-14 Thread Shishir Pandey
Hi I am trying to trying to find the regression matrix \beta. In the following: Y = X \beta + \epsilon Y - m x n matrix. (sparse matrix) X - m x k matrix. (sparse matrix) \beta - k x n matrix I try to fit the SGDRegressor as fit(X,Y). It gives a value error: ValueError: Buffer has wrong number