alteryx / alteryx/evalml

Remove duplicate _transform_parameters method in automl algorithms

オープン
#3,138 コメント 0 件 リアクション 0 件 担当者 1 名 @asniyaz が担当を希望しています GitHub で見る
tech debt
主要言語
Python
スター
850
フォーク
96
PR マージ指標
30日以内にマージされた PR はありません

説明

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?

コントリビューションガイド

コントリビューションガイドを開く

評価

この issue はまだ評価されていません。

新しい issue をメールで受け取る

初心者向けの GitHub issue を短くまとめたダイジェスト。