Matthieu Brucher <matthieu.brucher@...> writes:
>
>
>
> Hi,
> I think Samuel is asking if you are using a 32bits version or a
64bits.Cheers,Matthieu
>
>
Ugh I just realized that after I posted, sorry my mistake..
It seems we are on 64-bit:
$ python -c 'import sys;print("%x" % sys.maxsize, sys.maxsize > 2**32)'
('7fffffffffffffff', True)
$ python -c 'import platform ; print platform.architecture()[0]'
64bit
..I was looking over the previous post:
> Wow, quite clearly it is failing to save. I am not sure what the problem
> is, but it lies in cStringIO. Maybe that module has an upper limit to the
> size of the data it can handle. You could try asking about this error on
> a more general Python venue where people might know the stringIO
> internals better.
>
> Gaƫl
It takes a bit time to pre-process documents for classifier,so was waiting
to verify the result before posting again. The error I see was before we start
joblib.dump. I see it almost 2 min into classifier.fit, so I am not sure where
the issue might be.
------------------------------------------------------------------------------
Master Visual Studio, SharePoint, SQL, ASP.NET, C# 2012, HTML5, CSS,
MVC, Windows 8 Apps, JavaScript and much more. Keep your skills current
with LearnDevNow - 3,200 step-by-step video tutorials by Microsoft
MVPs and experts. ON SALE this month only -- learn more at:
http://p.sf.net/sfu/learnnow-d2d
_______________________________________________
Scikit-learn-general mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/scikit-learn-general