Skip to content
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

Research Alternative Solution to PII Filter #43

Open
3 of 4 tasks
arng4108 opened this issue Jul 31, 2024 · 0 comments
Open
3 of 4 tasks

Research Alternative Solution to PII Filter #43

arng4108 opened this issue Jul 31, 2024 · 0 comments
Assignees
Labels
improvement This issue or pull request will add or improve functionality, maintainability, or ease of use

Comments

@arng4108
Copy link

arng4108 commented Jul 31, 2024

💡 Summary

A new, alternative solution to filtering PII out of data needs to be researched - with an emphasis on performance and minimal execution time impact.

Motivation and context

We currently have some PII filter code, however, it causes such a large impact on execution time that it's not feasible to use. We need to find a PII filter solution that doesn't have this problem (or greatly reduces it)

Implementation notes

  • Research needed for PII filter techniques
  • Evaluate how each technique impacts execution time
  • Need to find a solution that strikes a balance between accurately redacting PII and not hurting execution time too much

Acceptance criteria

  • Research alternative PII filter techniques
  • Evaluate each one and measure its impact on execution time
  • Once an ideal candidate is found, implement and test it
  • If the new solution works well, put it into normal use
@arng4108 arng4108 added the improvement This issue or pull request will add or improve functionality, maintainability, or ease of use label Jul 31, 2024
@arng4108 arng4108 self-assigned this Jul 31, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
improvement This issue or pull request will add or improve functionality, maintainability, or ease of use
Projects
None yet
Development

No branches or pull requests

1 participant