Hi Gabriel,
First of all, there seems to be a missing `[` and `]` in y, as
currently y contains two lists of sizes 264 and 132. Second, you are
predicting the label for [2, 1], which means that your data-points have two
features and hence you need to feed the transposed data matrix(132, 2) as
compared to (2, 132). Third, the y matrix does not seem to contain
categorical labels, and you are using LDA classifier for it.
Please be more explicit about your data and the task you are
trying to perform. Also, it is better to post the links to code snippets
using github gists or pastebin. Thanks.
Regards,
Ankit Agrawal,
Communication and Signal Processing,
IIT Bombay.
------------------------------------------------------------------------------
November Webinars for C, C++, Fortran Developers
Accelerate application performance with scalable programming models. Explore
techniques for threading, error checking, porting, and tuning. Get the most
from the latest Intel processors and coprocessors. See abstracts and register
http://pubads.g.doubleclick.net/gampad/clk?id=60136231&iu=/4140/ostg.clktrk
_______________________________________________
Scikit-learn-general mailing list
Scikit-learn-general@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/scikit-learn-general