Metadata-Version: 2.1
Name: phd_dataset_util
Version: 0.1.5
Summary: A package that aims to execute the basic data processing from my phd experiments
Home-page: https://github.com/thiaonobrega/ml_ds_util
Author: Thiago Nóbrega
Author-email: thiagonobrega@gmail.com
License: UNKNOWN
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Operating System :: OS Independent
Description-Content-Type: text/markdown
License-File: LICENSE

# 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```



