Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Start heart rate estimation including tfd * stash updates * update based on merge conflicts * update hr main function * update minor stuff matlab files * change tfd parameters to dict * First steps to refactoring to numpy * Finalizing heart rate pipeline plus renaming preprocessing to acc instead of imu * setting execution count to null * fix output types * fixing pytype due to old configs * fix min_hr_samples pytype error * remove irrelevant config * resolved comments PR reviewer * remove data type since it causes pytype error * clear execution count * import heart_rate_estimation * merge updates * update ppg_analysis * replace df to numpy arrays * fix notebook * adding accelerometer feature * fix type error list vs float * implement accelerometer feature * update matlab file based on refactoring * fixing types, docstrings and readibility * adding documentation acc feature * add documentation of autocorrelation * Made requested changes * fix config * adding aggregation heart rate * update aggregates * remove config * add start tutorial * aggregation implementation with dictionary * add lines for consistency * moved windoweddataextractor to segmenting * resolve merge conflict * update loading + preprocessing with seperate functionality * update tutorial notebook and corresponding notebook * Update test to io function * update tutorial and notebook with simplified loading of the data * Reset execution counts in notebook cells * update execution_counts and output * Updates from PR feedback * fix type error * made final feedback --------- Co-authored-by: Erikpostt <erik_post_6@hotmail.com> Co-authored-by: Erik Post <57133568+Erikpostt@users.noreply.github.com>
- Loading branch information