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

Improve fitting a pipeline to the dataset #149

Closed
ravinkohli opened this issue Mar 26, 2021 · 0 comments · Fixed by #348
Closed

Improve fitting a pipeline to the dataset #149

ravinkohli opened this issue Mar 26, 2021 · 0 comments · Fixed by #348
Assignees
Labels
enhancement New feature or request

Comments

@ravinkohli
Copy link
Contributor

The fit method currently does not honour the user constraints set while initialising or running the search. These include:

  1. Memory constraint
  2. Function time limit
  3. Resampling strategy
  4. include and exclude components and search space updates.

Also in its current format, it can not train the pipeline using cross validation.

We already have the infrastructure to do so, i.e, the TAE similar to how dummy and traditional predictions are done.

For an idea, we can also use auto-sklearn's implementation for this.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant