Re: [pymvpa] effect size (in lieu of zscore)

2012-01-06 Thread Mike E. Klein
Hi all, Thanks again for the continued help. I think the skews are for the reasons suggested hereā€¦ I'm seeing them in a couple subjects in the positive direction as well as the negative, and I've made quite certain that my preprocessing is correct. I'll be mindful of the histos and, for now,

[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