This repository was archived by the owner on Jan 7, 2026. It is now read-only.
Update data_pre_processing tab#40
Merged
alexsigaras merged 4 commits intoeipm:developfrom Apr 15, 2025
Merged
Conversation
Member
|
Hi @satra : Could you please let us know when ready to review? Thanks |
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Contributor
There was a problem hiding this comment.
Copilot reviewed 1 out of 1 changed files in this pull request and generated 1 comment.
Comments suppressed due to low confidence (1)
src/tabs/data_pre_processing.py:48
- Consider removing the extraneous comma and 'and' in this list item to maintain consistent list formatting (e.g. "- Mel spectrogram").
- Mel spectrogram, and
| as sensitive (Column name: Identifier?) available at: [https://github.com/eipm/bridge2ai-redcap/blob/main/data/bridge2ai_voice_project_data_dictionary.csv](https://github.com/eipm/bridge2ai-redcap/blob/main/data/bridge2ai_voice_project_data_dictionary.csv). | ||
|
|
||
| In addition, all free text responses are evaluated for PII and removed when not appropriate. | ||
| In addition, all spectrograms, mfcc, and transcriptions from open responses are removed from the feature only dataset. |
There was a problem hiding this comment.
For consistency with the rest of the document, consider capitalizing 'mfcc' to 'MFCCs'.
Suggested change
| In addition, all spectrograms, mfcc, and transcriptions from open responses are removed from the feature only dataset. | |
| In addition, all spectrograms, MFCCs, and transcriptions from open responses are removed from the feature only dataset. |
This file contains hidden or 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
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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.
This updates the data pre processing tab with some adjustments for release 2.0.0