Re: [pymvpa] Saving trained classifiers

2012-11-26 Thread Roberto Guidotti
Hi, is there a python method (or a kind of package/module/tool) to store the swig trained classifiers instead? I've tried with the h5save and pickling it but nothing... :( Thank you Roberto On 7 January 2012 03:30, Yaroslav Halchenko deb...@onerussian.com wrote: unfortunately only some. E.g.

[pymvpa] Saving trained classifiers

2012-01-06 Thread Tyson Aflalo
Is there a method to save trained classifiers and other non-dataset datatypes? ___ Pkg-ExpPsy-PyMVPA mailing list Pkg-ExpPsy-PyMVPA@lists.alioth.debian.org http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-exppsy-pymvpa

Re: [pymvpa] Saving trained classifiers

2012-01-06 Thread Yaroslav Halchenko
unfortunately only some. E.g. we have not implemented yet storing of classifiers which are interfaced into Python via swig'ed backends, such as SVMs. Otherwise, classifiers, as other structures (datasets, mappers, etc) should be storable in mvpa2 the same way as datasets using h5save, h5load