2018-09-06 17:45:59 +00:00
|
|
|
# deid-risk
|
|
|
|
|
2018-10-02 17:38:24 +00:00
|
|
|
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.
|
2018-09-10 14:48:04 +00:00
|
|
|
|
2018-10-02 17:38:24 +00:00
|
|
|
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)
|
2018-09-27 15:35:35 +00:00
|
|
|
|
2018-10-02 17:38:24 +00:00
|
|
|
Dependencies:
|
|
|
|
numpy
|
|
|
|
pandas
|
|
|
|
|
|
|
|
Limitations:
|
2018-09-27 15:35:35 +00:00
|
|
|
|
|
|
|
@TODO:
|
2018-10-02 17:38:24 +00:00
|
|
|
- Add support for journalist risk
|