Metadata-Version: 2.1
Name: daga
Version: 0.0.2
Summary: This is a library that makes data augmentation based on SDV library using a single objective algorithm to get the distributions of the variables.
Project-URL: Homepage, https://github.com/anemartinez1/pypi_library
Project-URL: Bug Tracker, https://github.com/anemartinez1/pypi_library/issues
Author-email: Elene Astondoa and Ane Martínez <anemartinezorellana@outlook.es>
License-File: LICENSE
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Requires-Python: >=3.9
Description-Content-Type: text/markdown

# daga

**daga** es un acrónimo de **Data Augmentation with Genetic Algorithm**; este es un módulo de Python para el aumento de datos basado en la librería SDV. Este tiene como objetivo obtener la distribución correspondiente a cada variable y así conseguir mejores resultados en la generación de datos sintéticos. Para ello hace uso de un algortimo genético mono objetivo.

El projecto se empezó en 2022 por [Ane Martínez](https://github.com/anemartinez1, "Ane Martínez") y [Elene Astondoa](https://github.com/eleneastondoa, "Elene Astondoa") como trabajo para la universidad.

## Instalación

### Dependencias

daga requiere:

- Python (>=3.9)
- Pandas
- Opencv-python
- Random
- Matplotlib
- Python-time
- SDV
- Scikit-learn

### Instalación para el usuario
Usando ``pip``:

1. Primero vamos a actualizar pip a la última versión:

  `$ pip install --upgrade pip`
  
2. Una vez actualizado este comando procederemos a instalar la librería ``daga``:

  `$ pip install daga`
  
### Links importantes

- Repositorio del código fuente: <https://github.com/anemartinez1/pypi_library>
- Descargar versiones: <https://pypi.org/project/daga/>
- Seguimiento de problemas: <https://github.com/anemartinez1/pypi_library/issues>

