[pymvpa] LinearCSVMC module not found

2015-09-24 Thread Liang, Guangsheng
Dear PyMVPAer, I am a newbie for PyMVPA, and was trying to do pattern analysis on my EEG data, but was experiencing a problem about the module LinearCSVMC. It will be very appreciated if some one could offer me some help. I am using mac Yosemite v10.10.5. I setup the PyMVPA from the source acco

Re: [pymvpa] LinearCSVMC module not found

2015-09-24 Thread Liang, Guangsheng
computer, since Anaconda redirects the default python folder under its folder. However, I still cannot use the LinearCSVMC module. Any thoughts? Thanks again! On 9/24/15, 4:06 AM, "Pkg-ExpPsy-PyMVPA on behalf of Nick Oosterhof" wrote: > >> On 24 Sep 2015, at 09:10, Liang

Re: [pymvpa] LinearCSVMC module not found

2015-09-24 Thread Liang, Guangsheng
mvpa-bounces+guangsheng.liang=ttu@lists.alioth.debian.org> on behalf of n.n.ooster...@googlemail.com<mailto:n.n.ooster...@googlemail.com>> wrote: On 24 Sep 2015, at 11:45, Liang, Guangsheng mailto:guangsheng.li...@ttu.edu>> wrote: Yes, I do find smlrc.so, and _svmc.so file after

Re: [pymvpa] LinearCSVMC module not found

2015-09-28 Thread Liang, Guangsheng
n.org> on behalf of n.n.ooster...@googlemail.com<mailto:n.n.ooster...@googlemail.com>> wrote: On 24 Sep 2015, at 19:56, Liang, Guangsheng mailto:guangsheng.li...@ttu.edu>> wrote: The .so files are found in site-packages/mvpa2/clfs file. Strange thing is, even those files are in the

Re: [pymvpa] LinearCSVMC module not found

2015-09-28 Thread Liang, Guangsheng
yMVPA on behalf of Nick Oosterhof" wrote: > >> On 28 Sep 2015, at 18:28, Liang, Guangsheng wrote: >> >> Here is the error returned: >> >> /System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/scipy/integrate/quadpack.py:293: >&g

[pymvpa] classification selection

2016-06-14 Thread Liang, Guangsheng
Hello PyMVPA community, I just start using PyMVPA for some fMRI data analysis, and I got a question about classification selection. I firstly used LinearCSVMC as my initial classifier, but it ran very very slow (it kept running for more than 2 weeks). I am not quite sure where did I go wrong

Re: [pymvpa] classification selection

2016-06-15 Thread Liang, Guangsheng
in=-1 max=1 mean=-0.00057 sum(abs)=8.8e+02" On 6/14/16, 5:24 PM, "Pkg-ExpPsy-PyMVPA on behalf of Yaroslav Halchenko" wrote: > >On Tue, 14 Jun 2016, Liang, Guangsheng wrote: > >>Hello PyMVPA community, > >>I just start using PyMVPA for some fMR

[pymvpa] ENET error

2016-09-16 Thread Liang, Guangsheng
Hello PyMVPA community, I am currently working on a fMRI data applying an ENET classifier. My PyMVPA is running under Linux environment, with python 2.7.12. The design of the data is a repeated measurement with pre and post conditions. In my understanding, in my case, chunk value should store subj

Re: [pymvpa] Installation problem on MacOSX

2016-09-16 Thread Liang, Guangsheng
Hello Matthew, Thanks very much! Instead of using the default python on my Mac, I changed to anaconda now. Now PyMVPA can work smoothly on my computer now. Thanks! Guangsheng -Original Message- From: Pkg-ExpPsy-PyMVPA [mailto:pkg-exppsy-pymvpa-bounces+guangsheng.liang=ttu@lists.a

Re: [pymvpa] ENET error

2016-09-20 Thread Liang, Guangsheng
: Development and support of PyMVPA Subject: Re: [pymvpa] ENET error I guess you have invariant features in your dataset, therefore you will get problems when trying to divide by 0. There is a function to remove them. On Fri, Sep 16, 2016 at 8:01 PM, Liang, Guangsheng mailto:guangsheng.li

Re: [pymvpa] ENET error

2016-09-29 Thread Liang, Guangsheng
: Yaroslav Halchenko [mailto:y...@onerussian.com] Sent: Tuesday, September 20, 2016 4:43 PM To: Development and support of PyMVPA ; Liang, Guangsheng Subject: Re: [pymvpa] ENET error On September 20, 2016 3:46:40 PM EDT, "Liang, Guangsheng" mailto:guangsheng.li...@ttu.edu>> wrote: He