-
Notifications
You must be signed in to change notification settings - Fork 17
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
Replace categorical variables in mlrMBO with e.g., integer params with mapping. #54
Comments
Issue appears due to insufficient init size as stated above, it has been isolated in the above script. |
It looks like the embedded link in link above (mlr-org/mlrMBO#454) |
I've implemented the solution mentioned, but error persists, it has to do with setting up learner. mlrMBO repo chain: |
I'm getting the following error when trying to run the example you provided:
When I comment out this line:
The error is avoided and the code runs without issue. |
thanks, pushed a fix. |
Do you still see the error? Or does ensuring that all the categorical variables are present take care of it? |
Ensuring all categorical variable works only with NULL as learner. |
No description provided.
The text was updated successfully, but these errors were encountered: