-
Notifications
You must be signed in to change notification settings - Fork 105
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
Check parameter space definition #5
Comments
Also check definitions for attribute selection. Conditional dependencies do not appear to be specified completely there. |
Certain attribute selection search methods disallow certain evaluation methods. There's currently no way to specify these conditional dependencies as each class (i.e. each evaluation/search method) is only considered in isolation. The proper way to fix this would be to have a unified parameter space for attribute selection where the top-level parameter determines the algorithm to be run and everything else hangs off of that with conditionals. This will require a major redesign of AutoWEKA's internals. |
Upon closer inspection it turns out that there are some such dependencies with respect to classifiers as well, so really the only proper way would be to have a grand unified parameter space definition for everything. |
Examples of things that need to be addressed in the parameter space definition but can't be at the moment:
|
There are some errors that suggest that the parameter space is not correctly specified wrt to some conditional dependencies, e.g.
The text was updated successfully, but these errors were encountered: