alteryx / alteryx/evalml

Remove duplicate _transform_parameters method in automl algorithms

Offen
#3,138 0 Kommentare 0 Reaktionen 1 zugewiesene Person Beansprucht von @asniyaz Auf GitHub ansehen
tech debt
Vorherrschende Sprache
Python
Sterne
850
Forks
96
PR-Merge-Kennzahlen
Keine gemergten PRs in 30 T.

Beschreibung

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?

Beitragsleitfaden

Beitragsleitfaden öffnen

Bewertung

Dieses Issue wurde noch nicht bewertet.

Neue Issues direkt in Ihr Postfach

Eine kurze Übersicht über anfängerfreundliche GitHub-Issues.