No. Just python.

When I was debugging the problem, it showed the training set having 2 runs
and testing test with 5 runs (which is still incorrect).

So I interchanged the split in the following manner and now it shows the
progress.

cv = CrossValidatedTransferError(
                        TransferError(LinearCSVMC()),
                        CustomSplitter([([1,2],[3,4,5,6,7,8])],
attr='chunks')
                        )

I am still not sure why it was getting stuck in the previous scenario.
Please enlighten.

Thanks,
Geethmala

On Mon, Jan 25, 2010 at 10:53 AM, Michael Hanke <[email protected]>wrote:

> Hey,
>
> On Mon, Jan 25, 2010 at 10:14:16AM -0500, Geethmala wrote:
> > Hi,
> > My program seems to be stuck at Searchlight method.
> > I have enabled the Searchlight debug but I do not see the progress.
>
> Are you running python with -O?
>
>
> Michael
>
> --
> GPG key:  1024D/3144BE0F Michael Hanke
> http://mih.voxindeserto.de
>
> _______________________________________________
> Pkg-ExpPsy-PyMVPA mailing list
> [email protected]
> http://lists.alioth.debian.org/mailman/listinfo/pkg-exppsy-pymvpa
>
_______________________________________________
Pkg-ExpPsy-PyMVPA mailing list
[email protected]
http://lists.alioth.debian.org/mailman/listinfo/pkg-exppsy-pymvpa

Reply via email to