2012/10/28 Andreas Mueller <[email protected]>: > In the SVM I get > File "mtrand.pyx", line 868, in mtrand.RandomState.randint > (numpy/random/mtrand/mtrand.c:5921) > OverflowError: Python int too large to convert to C long > > Can others reproduce? > I guess the SVM is a 32bit/64bit issue.
It took me quite a while to figure out the types here. Can you tell me what np.uintc(-1) is on your box? It should be 2**32-1. Are you on a 32-bit box, perhaps? -- Lars Buitinck Scientific programmer, ILPS University of Amsterdam ------------------------------------------------------------------------------ WINDOWS 8 is here. Millions of people. Your app in 30 days. Visit The Windows 8 Center at Sourceforge for all your go to resources. http://windows8center.sourceforge.net/ join-generation-app-and-make-money-coding-fast/ _______________________________________________ Scikit-learn-general mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/scikit-learn-general
