Re: [Numpy-discussion] Problems with list 2 array
Pepe, > In [56]: array(prob) > --- > exceptions.TypeError Traceback (most > recent call last) > > /Users/elventear/Projects/workspace/libSVM Scripts/src/ > > TypeError: a float is required Make
[Numpy-discussion] Problems with list 2 array
Hi, I have some data I've generated and stored in a PyTables database. Then I retrieve the data in a script and do some processing. I have two different datasets that have been generated in the same way, and one works perfectly as intended while the other gives me an error. I'll explain in the fo
