17 lines
619 B
Markdown
17 lines
619 B
Markdown
# deid-risk
|
|
|
|
The code below extends a data-frame by adding it the ability to compute de-identification risk (marketer, prosecutor).
|
|
Because data-frames can connect to any database/file it will be the responsibility of the user to load the dataset into a data-frame.
|
|
|
|
Basic examples that illustrate usage of the the framework are in the notebook folder. The example is derived from
|
|
[http://ehelthinformation.ca](http://www.ehealthinformation.ca/wp-content/uploads/2014/08/2009-De-identification-PA-whitepaper1.pdf)
|
|
|
|
Dependencies:
|
|
numpy
|
|
pandas
|
|
|
|
Limitations:
|
|
|
|
@TODO:
|
|
- Add support for journalist risk
|