Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow duplicate pipeline names in AutoMLSearch #1929

Open
freddyaboulton opened this issue Mar 4, 2021 · 0 comments
Open

Allow duplicate pipeline names in AutoMLSearch #1929

freddyaboulton opened this issue Mar 4, 2021 · 0 comments
Assignees
Labels
enhancement An improvement to an existing feature. needs design Issues requiring design documentation.

Comments

@freddyaboulton
Copy link
Contributor

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement An improvement to an existing feature. needs design Issues requiring design documentation.
Projects
None yet
Development

No branches or pull requests

2 participants