Skip to content
#

anonymization

Here are 199 public repositories matching this topic...

omri374
omri374 commented May 2, 2022

Presidio leverages ML models which might detect an instance in one sentence but not in another.
By automatically adding all instances of a previously identified entity, we can increase detection recall (and potentially decrease precision)

Example (hypothetical):

Text: "TrueForce is an American company. Lately, TrueForce was acquired by FalseForce".

If the first "TrueForce" was detected

enhancement good first issue analyzer
obsei
magento2-gdpr

Magento 2 GDPR module is a must have extension for the largest e-commerce CMS used in the world. The module helps to be GDPR compliant. Actually it allows the customers to erase, or export their personal data. As a merchant you have powerful tools to customize the extension capabilities and apply the finest privacy rules.

  • Updated Jun 7, 2022
  • PHP
pradeeban
pradeeban commented Jul 13, 2021

The following 3 attribute options (Month, Year, Days) are proposed.

  1. StudyMonth: (example, 2012 February) 201202. A for loop of 31.
  2. StudyYear: (example, 2013). 2013. A for loop of 31 * 12.
    The above 2 just assumes 31 days for all the months for simplicity. A C-FIND for 20120231 will return nothing. This is a quick and dirty approach. We should probably convert to date and handle better, e
enhancement good first issue gsoc Niffler-0.9.0
abigailgold
abigailgold commented May 11, 2022

In numpy typically columns are numbered using integers. Currently our implementation converts these into strings (i.e., '0', '1', etc.) in the returned generalizations. This is due to the bahavior of scikitlearn's OneHotEncoder which differs between integers and strings. But it would be better to leave these as integer keys to be consistent with numpy.
One workaround is to store in the beginning

enhancement good first issue

Improve this page

Add a description, image, and links to the anonymization topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the anonymization topic, visit your repo's landing page and select "manage topics."

Learn more