induction-anonymization

Induction to anonymization of data

View the Project on GitHub data-protection-helpers/induction-anonymization

Statistical Generative Modeling

Overview

Source:

Quick starter

Python

export PYENV_ROOT=”${HOME}/.pyenv” export PATH=”${PYENV_ROOT}/bin:${PATH}” if command -v pyenv 1>/dev/null 2>&1 then eval “$(pyenv init -)” fi if command -v pipenv 1>/dev/null 2>&1 then eval “$(pipenv –completion)” fi

_EOF $ . ~/.bashrc


* Install Python 3.9.5:
```bash
$ pyenv install 3.9.5 && pyenv local 3.9.5
$ python -V
Python 3.9.5
$ python -mpip install -U pip pipenv

Contributions

Pull requests are preferred. Issues/tickets are welcome too.