well... I am about to push the fix for that issue you've ran into (was indeed our fault in logic + libsvm's motivation to confuse us ;)) -- just want to triage some additional issues I've spotted before pushing.
Meanwhile, you could use libsvm (old script of yours), but only when running your script with 'python -O' ;-) segfault was just a side-effect, results weren't effected. On Mon, 15 Mar 2010, Daniel Kimberg wrote: > > meanwhile, if you have shogun python-modular installed you could > > experiment with C-SVRs with following: > > from mvpa.clfs import sg > > cc = sg.SVM(svm_impl='libsvr', kernel_type='linear', regression=True) > Thanks for the quick reply, this looks to be working. I'll run it on some > real data and see what happens. > dan > _______________________________________________ > Pkg-ExpPsy-PyMVPA mailing list > [email protected] > http://lists.alioth.debian.org/mailman/listinfo/pkg-exppsy-pymvpa -- .-. =------------------------------ /v\ ----------------------------= Keep in touch // \\ (yoh@|www.)onerussian.com Yaroslav Halchenko /( )\ ICQ#: 60653192 Linux User ^^-^^ [175555] _______________________________________________ Pkg-ExpPsy-PyMVPA mailing list [email protected] http://lists.alioth.debian.org/mailman/listinfo/pkg-exppsy-pymvpa

