PhysicalActivityOpenTools / actimetric

Package to Apply Machine Learning Algorithms to Raw Accelerometer Data
Apache License 2.0
5 stars 3 forks source link

Clean up functions #4

Closed jhmigueles closed 7 months ago

jhmigueles commented 1 year ago

Functions need an extensive clean up regarding formatting (e.g., indentations, whitespaces), and also to avoide duplicity of code. For example, there are the same lines of code in all the classifier functions to classify sleep, or to derive the timestamps, it would be easier to complie those lines into functions to ease usage and maintenance.

jhmigueles commented 7 months ago

Mostly addressed, still some specific work to do that I will address later this year.