Grégory Hammad

Results 11 issues of Grégory Hammad

Move sleep profiles from sleep/scoring_base.py to Viz module.

Create a module for vizualisation: - [x] double plot (day by day) - [ ] #98 - [ ] #99 - [x] detected rest periods - [x] daily profile (with...

enhancement

New function "estimate_start_time()" would return an estimate of the start time. Would be useful when the recording starts before the participant actually wears the device. Companion function from the RawReader...

enhancement

Add the possibility to: - exclude - include - focus only on weekends when calculating any metric (ex: RAR variables, sleep characteristics, etc).

enhancement

The current [BaseLog](pyActigraphy/log/baselog.py) class does not allow child classes to read additional columns, besides start and stop times. Should be made more generic and port SST-oriented features to SSTLog class.

enhancement

Hello, first, thanks a lot for making Bambi available to the community. Very useful. I followed PYMC use case example on [Bayesian Mediation Analysis](https://www.pymc.io/projects/examples/en/latest/case_studies/mediation_analysis.html) but failed to translate it to...

documentation

Hi all, first of all, thank you for having made this wrapper available. Really useful. Could you let me know if it is possible to specify the underlying CoreNLP model...