Adam Li

Results 473 comments of Adam Li
trafficstars

Kay this is ready for review. I've fixed the pickle issue (turns out I just needed a more robust sampling function), which has now neatly consolidated all the existing axisaligned-tree...

### Discussion on Discord - 6/13/22 Attendees: w/ @ogrisel @glemaitre @jshinm (I don't have the other folks on GH, please feel free to add them): 1. Absolute value of the...

We are working on the notebook / example that demonstrates superiority of the oblique decision trees vs axis-aligned decision trees. But based on the feedback we have received, this is...

@ogrisel I fixed the merge commit as discussed yesterday. Here is a "brief" summary. For full details, see the PR description. Let me know if this is too long /...

Okay, I thought about this a bit more, and what's necessary is the ability to map RejectLog from one Epochs object to another Epochs object. So for example, say we...

@jasmainak I have a few questions: 1. when I do ``` ar = Autoreject(n_interpolates=0) ar.fit(epochs) _, reject_log = ar.transform(epochs, return_log=True) ``` and then inspect `reject_log.bad_epochs`, how are bad Epochs defined?...

> Awesome, I'm all for it! It is possible that people would want to continue on with the virtual channels rather than using them to interpolate so that would be...

Is it worth adding those code to the `datasets` docstring?

I do not think the data comes from Persyst. So unfortunately no idea. If it's a new system, would be nice to have it as a PR

We (@mscheltienne , @jacobf18, @anandsaini024) are setting up https://github.com/jacobf18/iclabel-python to now contain an exact port of the "ICLabel" pipeline in EEGLab, but now in Python. I think this will be...