Re: [Scikit-learn-general] Zipped dump in joblib

2011-12-23 Thread Gael Varoquaux
On Fri, Dec 23, 2011 at 12:18:49PM +0100, Olivier Grisel wrote: > Looks good too here (just did a bunch of calls to dumpz / loadz on > various objects). Hum, so you tried out an oldish version of the code, as dumpz / loadz have disappeared and have been replaced by a 'zipped=True'. > What about i

Re: [Scikit-learn-general] Zipped dump in joblib

2011-12-23 Thread Olivier Grisel
Looks good too here (just did a bunch of calls to dumpz / loadz on various objects). What about implementing a dump(obj, path, compress='gzip') with the standard multi files output as discussed in the plane? Do you still have this in ming or the zip archive is enough in your opinion? See also: ht

Re: [Scikit-learn-general] Zipped dump in joblib

2011-12-22 Thread Alexandre Gramfort
hi, it works fine on my box. Alex On Thu, Dec 22, 2011 at 1:35 PM, Gael Varoquaux wrote: > Hi all, > > I have pushed a feature in joblib which enable joblib.dump to store > compressed versions of the files. The purpose is to reduce the disk size > used in scikit-learn's local storage of downloa

[Scikit-learn-general] Zipped dump in joblib

2011-12-22 Thread Gael Varoquaux
Hi all, I have pushed a feature in joblib which enable joblib.dump to store compressed versions of the files. The purpose is to reduce the disk size used in scikit-learn's local storage of downloads. Could people please try it out, saving randomly anything that they like. For this you will need t