Allow duplicate pipeline names in AutoMLSearch
Offen
enhancement
needs design
- Vorherrschende Sprache
- Python
- Sterne
- 850
- Forks
- 96
- PR-Merge-Kennzahlen
- Keine gemergten PRs in 30 T.
Beschreibung
Follow-up from #1858
We should allow pipelines with repeating names to be passed in to `AutoMLSearch`.
Some things to consider:
1. The tuners in `AutoMLAlgorithm` are keyed by pipeline name.
2. The `rankings` table is created from the `full_rankings` table by dropping duplicates based on the pipeline name.
There may be more. These are just the first that came to mind.
Beitragsleitfaden
Bewertung
Dieses Issue wurde noch nicht bewertet.