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 details)

Uploaded Python 3

File details

Details for the file RFI-0.1.12-py3-none-any.whl.

File metadata

  • Download URL: RFI-0.1.12-py3-none-any.whl
  • Upload date:
  • Size: 4.2 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.1 CPython/3.8.10

File hashes

Hashes for RFI-0.1.12-py3-none-any.whl
Algorithm Hash digest
SHA256 45862a483739134badbf0daa3a818a9b4a98424ba37494609d48ba99a920650d
MD5 70da65d60fc6e430c651e241c2844cd5
BLAKE2b-256 ef2da436c922c96833ff36fc7a19bff2a2b20ade0c9674b59f241e83892c12a2

See more details on using hashes here.

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