alteryx / alteryx/evalml

Remove duplicate _transform_parameters method in automl algorithms

未关闭
#3,138 0 条评论 0 个 reaction 已指派 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 摘要。