Package insanonym_utils

Public api for python package INSAnonym-utils

Whats is INSA'nonym-utils?

INSA'nonym-utils is a python library created to ease tables anonymization. This project use pandas library to create Dataframes in order to be more efficient.

Why ?

Numerous implementations can exist to anonymize an algorithm, but by expereience, they are not ideal solutions.

Certain implementations operate line by line.

Others use Dataframes, but doesn't use methods that can accelerate calculus (comparative).

Warning

This library only has a few simple algorithms, and they are not very efficient in anonymization. The aim of the library is to ease writing and processing algorithms on a dataframe.

Documentation

First steps

  • First steps
  • In order to know more about pre-defined algorithms, please see Algorithms.
  • In order to understand how to create your own algorithm, please see Algorithms Creation.
  • To know the utility metrics used in the competition, please see Metrics.
Expand source code
"""
Public api for python package `INSAnonym-utils`

.. include:: ../docs/README.md
"""

Sub-modules

insanonym_utils.algorithms
insanonym_utils.models
insanonym_utils.runner
insanonym_utils.utils