Hi,
This is not exactly on-topic, but I hope it is useful for more people than just 
me.


I read in data with these two lines (for speed w/ IOPro) but StandardScaler 
(which first encounters X) complains about not finding floating point values 
(but tuples, I think?). Also, the size of the ndarray is (3,) in this example, 
not (3,822).


If any of you have experience with this, how shall one use IOPro to get the 
ndarrays skl expects?


Thanks!


Laszlo


absntadapter = iopro.text_adapter('absnt.csv', parser='csv')
X = absntadapter[range(1,absntadapter.field_count)][:]
------------------------------------------------------------------------------
Slashdot TV.  
Video for Nerds.  Stuff that matters.
http://tv.slashdot.org/
_______________________________________________
Scikit-learn-general mailing list
Scikit-learn-general@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/scikit-learn-general

Reply via email to