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 y Elene Astondoa como trabajo para la universidad.
Estructura de carpetas
- src/
- daga/
- __ init __.py
- functions.py
- daga/
- dist/
- En esta carpeta se almacenan los archivos de distribución.
- LICENSE
- pyproject.toml
- README.md
Instalación
Dependencias
daga requiere:
- python (>=3.9)
- pandas (>=1.5.0)
- opencv-python (>=4.6.0)
- matplotlib (>=3.6.0)
- sdv (>=0.17.1)
- scikit-learn (>=1.1.2)
Instalación para el usuario
Usando pip:
- Primero vamos a actualizar pip a la última versión:
$ pip install --upgrade pip
- 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
Release files for daga 0.0.4
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| daga-0.0.4.tar.gz | 7.8 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| daga-0.0.4-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 15.0 kB
Release files / daga-0.0.4.tar.gz
| Download URL | daga-0.0.4.tar.gz |
|---|---|
| Size | 7.8 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
2067486bca69242dfe5824c8b9e152d10f8de880051cbd26e8375f360bd65c35
|
|
BLAKE2b-256 checksum How to use checksums |
531d7133b7ee469c896ce13dae10efba6c8cd9061748a8d1301cf969468c4ab1
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/4.0.1 CPython/3.9.5
|
Release files / daga-0.0.4-py3-none-any.whl
| Download URL | daga-0.0.4-py3-none-any.whl |
|---|---|
| Size | 7.2 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
0f6491d798a6a07c7f8a48812fcecaf53992d9c4f7b965dcfa351d81ca3af9d3
|
|
BLAKE2b-256 checksum How to use checksums |
53e27cec0b60bc01302e2444e0410cb4e61b61e44df849c747bf826a8f2dca8e
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/4.0.1 CPython/3.9.5
|