notebook 5 + DataPrivacyStack updates - #180
Merged
Merged
Conversation
Notebooks 4 and 5 each weighed ~10MB, dominated by full renders of the 26k-row results_df. - nb4: display results_df.head() instead of the whole frame - nb5: drop the redundant bare `results_df` cell (the preceding cell already shows .head()) - both: strip the VSCode-specific datawrangler output mimetype, which duplicates the HTML tables 9.8MB -> 260KB and 10MB -> 332KB. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
The project has moved out of the Microsoft org, so replace the Microsoft-specific governance material with the same setup used in data-privacy-stack/presidio. - CODE_OF_CONDUCT.md: Microsoft OSS CoC -> Contributor Covenant (copied verbatim from data-privacy-stack/presidio) - SECURITY.md: MSRC reporting block -> GitHub private vulnerability reporting, pointed at this repo's advisory form - README: drop the Microsoft CLA paragraph (no CLA bot on the new org) and point the CoC section at the Contributor Covenant - pyproject: author "Microsoft" -> "Presidio contributors", matching the LICENSE copyright line - NOTICE: neutral third-party attribution preamble - CHANGELOG + README + notebook 5: update Presidio links to data-privacy-stack/presidio and presidio.dataprivacystack.org Left as is: the upstream Presidio MIT copyright line in NOTICE (that is the actual upstream notice), the "MS" ISO country code in entity_mapping/definitions.py, and "Microsoft" as sample ORGANIZATION text in test fixtures and the fake-company list. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
# Conflicts: # notebooks/5_Evaluate_Custom_Presidio_Analyzer.ipynb
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 join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Minor fixes to notebook 5, especially removing a dead model and replacing it with another openmed one
Also removed additional Microsoft wordings