Skip to content

Improve fitting a pipeline to the dataset #149

Closed
@ravinkohli

Description

@ravinkohli

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.

Metadata

Metadata

Assignees

Labels

enhancementNew feature or request

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions