alteryx / alteryx/evalml

Define consistent behavior for empty DataFrames in pipelines

Abierto
#2,554 0 comentarios 0 reacciones 1 asignado Reclamado por @asniyaz Ver en GitHub
enhancement
Lenguaje dominante
Python
Estrellas
850
Forks
96
Métricas de merge de PR
Sin PR fusionados en 30 d

Descripción

As discussed [here](https://github.com/alteryx/evalml/pull/2531#discussion_r676655143), the introduction of column selectors allows for the possibility of passing empty DataFrames through pipelines.

At this point in time, `SelectColumns` will return an empty DF if no column names are passed in to the class, but `SelectByType` will throw an error in this case or if no columns of the selected type/tag were found in the DF. However, components farther down in pipelines will throw their own exceptions if passed empty DataFrames.

After discussion, consensus is that all components should be tolerant to empty inputs.

Guía de contribución

Abrir la guía de contribución

Evaluación

Este issue todavía no se ha evaluado.

Recibe los nuevos issues en tu correo

Un resumen breve de issues de GitHub para principiantes.