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
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
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