We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The fit method currently does not honour the user constraints set while initialising or running the search. These include:
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.
The text was updated successfully, but these errors were encountered:
ravinkohli
Successfully merging a pull request may close this issue.
The fit method currently does not honour the user constraints set while initialising or running the search. These include:
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.
The text was updated successfully, but these errors were encountered: