Remove duplicate _transform_parameters method in automl algorithms
- Lingua principale
- Python
- Stelle
- 850
- Fork
- 96
- Metriche di merge delle PR
- Nessuna PR unita negli ultimi 30g
Descrizione
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?
Guida per i contributori
Apri la guida per i contributori
Valutazione
Questa issue non è ancora stata valutata.