raphaelvallat / yasa

YASA (Yet Another Spindle Algorithm): a Python package to analyze polysomnographic sleep recordings.
https://raphaelvallat.com/yasa/
BSD 3-Clause "New" or "Revised" License
417 stars 113 forks source link

Finalize evaluation module #166

Open remrama opened 6 months ago

remrama commented 6 months ago

A first draft has been merged, but some final upkeep needs to happen before yasa.evaluation is an official part of YASA.

I think that all those tasks are required except the Bland-Altman plots, which might be technically optional though strongly preferred. Also, they should be implemented without Pinguoin, as we've managed to avoid that dependency everywhere else, plus the Bland-Altman plots here will need to have additional flexibility anyways (e.g., to accommodate the regression-based measures).

Sidenote: I'm still not sure what the best way to validate this pipeline is, as I'm not aware of an existing (public) dataset that has ground-truth values.