-
-
Notifications
You must be signed in to change notification settings - Fork 189
Scrubbing and Fix Atomacos #211
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
Conversation
Add test_scrub module Add Scrubbing config in config.py Add presidio and required packages in requirements.txt
single element tuple
convert back all hyphenated and scrubbed text back to hyphenated form
Also look into modifying configure_logging to scrub data before it is logged? If it's a lot of work we can leave it as a TODO for now. |
This PR also resolves: https://github.com/MLDSAI/OpenAdapt/pull/211/files#r1213492837 If this is merged we can close the issue: #206 |
from models.py to config also move language to config also moves the masking char to scrub
fix typo is_seperated
Moved DIRNAME_PERFORMANCE_PLOTS = "performance" in config
We can enable / disable it by default, but I think it's a good idea to give the user an option to use scrubbing. Some users may want it off if they know that there's nothing to scrub and want higher performance. We can redefine to visualize(scrubbing=True) and call with visualize(false) if scrubbing has been toggled off. |
Related: #218 (Just keep it in the loop) :) |
@abrichr Ready for Merging! |
@abrichr Ready for Merging! :) |
feat(scrub): Scrubbing and Fix Atomacos
This PR resolves #47.
Features:
config.SCRUB_KEYS_HTML
"state"
field.Newly Added Features:
- utills.py
- utils.py
Important Note: