-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Arm swing quantification #94
Merged
Merged
Changes from 57 commits
Commits
Show all changes
63 commits
Select commit
Hold shift + click to select a range
3c43c8f
Set lower bound MFCCs to filter cutoff
Erikpostt 7b1409d
Add flexibility to arm swing feature extraction methods
Erikpostt 13a5289
Add flexibility to tabulating windows methods
Erikpostt 400678e
Merge branch 'create-prepared-data' of github.com:biomarkersParkinson…
Erikpostt 0ca87de
Add flexibility to tabulating windows methods and update angle features
Erikpostt 8ded47c
Remove redundant features
Erikpostt 52c7f88
Merge branch 'main' of github.com:biomarkersParkinson/paradigma into …
Erikpostt 6d86658
Simplify
Erikpostt ae8fc41
Updating Poetry
Erikpostt 7ccd195
Remove angle and velocity from preprocessing
Erikpostt bd473da
Change rotation axes
Erikpostt ec094e7
Adjust parameters segmentation
Erikpostt dcb58df
Add flexibility for pathing
Erikpostt 28b41d2
Return a Series instead of df
Erikpostt 5d4a715
ensure features dont scale when storing
Erikpostt 602f392
Update tabulate windows
Erikpostt aa9c5bc
Vectorize merging of predictions with timestamps
Erikpostt 7f81265
Add flexibility to filtering gait parameters
Erikpostt 45ce907
Merge branch 'main' of github.com:biomarkersParkinson/paradigma into …
Erikpostt 2a5f21a
Solve conflict
Erikpostt 3e81fc2
Continue process when dataframe is empty
Erikpostt e362cc0
Modify quantification
Erikpostt 1cc1290
Modify quantification
Erikpostt 0cd72d0
Typo
Erikpostt 27239d9
Add flexibility for pred proba to merging
Erikpostt 5b17c96
Add flexibility for pred proba to merging
Erikpostt cfe5faf
Add flexibility for pred proba to merging
Erikpostt 90085ce
Solve numpy/list bug
Erikpostt 845165f
Solve numpy/list bug
Erikpostt 28f8231
Solve numpy/list bug
Erikpostt a6cf1ac
Solve numpy/list bug
Erikpostt c2de121
Start catching errors
Erikpostt e540af8
Start catching errors
Erikpostt a332126
Fix np.nan issue
Erikpostt 0a33e5d
Fix np.nan issue
Erikpostt 15e2139
Reduce memory reqs
Erikpostt a28b0a4
Temp for debugging
Erikpostt 7c375b2
Temp for debugging
Erikpostt 519f914
Typo
Erikpostt ca15a8d
Expand feature extraction docs
Erikpostt 4e03eb4
Update notebooks
Erikpostt c1ed1b0
Add '1' to MFCC filter points
Erikpostt 7ae822d
Modify test data
Erikpostt 1b6865f
Change mfcc param
Erikpostt 5b82d52
Change mfcc param
Erikpostt 3d3c9c2
Structure
Erikpostt a888022
Reset legacy for the time being
Erikpostt 6bd4f4e
Adjust test scripts to changes
Erikpostt e32fd5e
Adjust tremor to changes
Erikpostt 8beef37
structure docstrings
Erikpostt b0366f8
Improve consistency of docstrings
Erikpostt 617437d
Structure testing
Erikpostt a76e6a4
Update test data
Erikpostt f874984
Resolve pytype error
Erikpostt 27de00a
Merge branch 'main' of github.com:biomarkersParkinson/paradigma into …
Erikpostt fa16a8d
Adjust tabulate_windows to new version
Erikpostt 48b9f02
Ensure first column is returned for PPG
Erikpostt e3a996e
Solve issues raised by reviewer
Erikpostt 7023f6a
Resolve conflict
Erikpostt 076dcd2
Rerun notebooks ppg
Erikpostt ff4ccf5
Change scalers, classifiers and thresholds
Erikpostt a4ca13f
Update test files
Erikpostt 2e34ec7
Add aggregation of quantification
Erikpostt File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
For consistency you can change this to path_to_input and path_to_output