Skip to main content

Feature selections methods for classification and regression

Project description

imagen

RFI: Importancia de características para modelos de regresión

PyPI Package Status

Description

RFI es un paquete de python diseñado para evaluar conjuntos de datos extrayendo sus variables más importantes con el fin de optimizar el entrenamiento del modelo.

Por qué RFI?

Por qué utilizar la RFI en lugar de otras técnicas de selección de variables?

  • Optimización
  • Basado en algoritmo de Random Forest
  • El resultado es un DF, una vez obtenido, solamente es necesario entrenarlo.

Donde descargarlo

El código fuente está actualmente disponible en GitHub: https://github.com/AitorHernandez1/RFI

El instalador de la última versión publicada está disponible en el Python Package Index (PyPI)

# PyPI
pip install RFI

Cómo usar RFI

Ejemplos de consifuración de RFIrfi:

import RFI
rfi = RFI()

Le proporcionamos un DataFrame de pandas:

df_importances = RFI.seleccion_modelo_regression(df)

La librería devolverá el dataframe conteniendo las variables más importantes.

Dependencies

Licencia

This project is licensed under the terms of the MIT - see the LICENSE file for details.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distributions

No source distribution files available for this release.See tutorial on generating distribution archives.

Built Distribution

RFI-0.1.12-py3-none-any.whl (4.2 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page