alteryx / alteryx/evalml

Remove duplicate _transform_parameters method in automl algorithms

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

Descripción

Both `DefaultAlgorithm` and `IterativeAlgorithm` define `_transform_parameters` method that does a lot of the same work:

- [IterativeAlgorithm](https://github.com/alteryx/evalml/blob/main/evalml/automl/automl_algorithm/iterative_algorithm.py#L401):
- [DefaultAlgortihm](https://github.com/alteryx/evalml/blob/main/evalml/automl/automl_algorithm/iterative_algorithm.py#L401)

I think we should invest in reducing the code duplication and providing a clean api for updating the pipeline parameters throughout search.

Can we do away for the logic for having to update the drop columns transformers and n_jobs parameters manually?

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.