Ben J. Smith
Ben J. Smith
Working on the same problem as @kendonB .
We can confirm this by trying to install `pyyawt` directly. ``` (test_rsHRF) localuser@localmachine % pip install pyyawt Collecting pyyawt Using cached pyyawt-0.1.1.zip (450 kB) Building wheels for collected packages: pyyawt...
Yes I considered forcing it not to do cross-validation. The only option that seemed viable was to use `model_selection.PredefinedSplit(test_fold)`. This would force it to use a consistent cross-validation. One could...
I hear the points that the Decoder is not designed to do principled tuning of different estimators. Having said that, it seems to be designed to test different parameters of...
> Another solution that may work to compare parameter impacts while avoiding recoding it would be to fit one Decoder for each parameter set.. I considered writing a CV algorithm...
@tbng do you think the suggested replacement in the OP makes sense for the documentation? I thought so when I posted it, but since hearing from others on here that...
Hi, This is not the issue I thought it was, though it would still be nice to know why there's something called "beta" at the top level. Here's an example,...