Remington Mallett

Results 8 comments of Remington Mallett

> I see your point, but after seeing the second image everyone goes "you need to trim the right-hand edge". @FlorinAndrei I think you could just "trim the right-hand edge"...

Just now realizing something like this (from [FacetGrid docs](https://seaborn.pydata.org/generated/seaborn.FacetGrid.html#seaborn.FacetGrid)) could probably be reworked as a clunky work-around to my specific concern: ```python import matplotlib.pyplot as plt def annotate(data, **kws): n...

Oh I love this. I'm messing with some actigraphy these days, as well as multirater agreement for something else, so I would be happy to try and work on this....

Yep that looks like a great setup @raphaelvallat . Even if you wanted to restructure it later (not expecting that), I think this is a straight-forward way of getting the...

Making some progress on this (finally). @Luca-Menghini do you have any relevant datasets you're able to share? It might help to validate this pipeline if we could use the same...

For the record -- we had an external meeting about this with the SRI team and made a plan moving forward. Current plan is for SRI to wrap up their...

I've made some progress here. It's an `evaluation` module that has two main classes: `EpochByEpochEvaluation` and `SleepStatsEvaluation` (the latter being for summary measures like WASO, %N2, etc.). Each class runs...

That's a great idea. I'll switch to that, clean up the code (black formatting, etc.), and then add a few other small features I've been thinking about and reach back...