alteryx / alteryx/evalml

Remove duplicate _transform_parameters method in automl algorithms

Đang mở
#3,138 0 bình luận 0 reaction 1 người được giao Được @asniyaz nhận Xem trên GitHub
tech debt
Ngôn ngữ chính
Python
Star
850
Fork
96
Chỉ số merge pull request
Không có pull request nào được merge trong 30 ngày

Mô tả

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?

Hướng dẫn đóng góp

Mở hướng dẫn đóng góp

Đánh giá

Issue này chưa được đánh giá.

Nhận issue mới trong hộp thư của bạn

Bản tóm tắt ngắn những issue GitHub phù hợp với người mới.