thiagonobrega / ml_ds_util

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Basich dataset operation libs

This code aims to execute the basic datasets operations (e.g., read and anonymize the records) in my Ph.D. research.

Setup

  • enable virtual env python -m venv .venv

  • update pip

    python -m pip install --upgrade pip

  • install requirements pip install -r requirements.txt

About

License:GNU General Public License v3.0


Languages

Language:Python 73.4%Language:Jupyter Notebook 26.6%