-
-
Notifications
You must be signed in to change notification settings - Fork 47
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
Error in if (err < tol) break : missing value where TRUE/FALSE needed for 'classif.gausspr' #501
Comments
It's hard to reproduce the error without the data |
Thank you for your reply. The |
It is appreciated if anyone can give a comment on this issue. Thank you |
So the traceback indicates that this is an error of the learner that you try to tune and not mlrMBO itself. It looks like the learner ( |
Thank you for your help. The To change the search space may be difficult. I found the three hyperparameters (polynomial kernel degree, scale, and offset) are coupling with each other with respect to the training crash. It is hard to find a feasible domain with no crash without missing the optimum. |
You are welcome. Thanks for making us aware of the gap in the documentation. |
Hi,
I am working on the Hyperparameters tuning for 'classif.gausspr'. The error as follows:
Error in if (err < tol) break : missing value where TRUE/FALSE needed
I tried to fix this problem by following actions but failed.
impute.val=1
tol=0.1
or biggerThe simplified code is listed below for your reference. Here, the dataset has ten independent features (0~1) and two types of labels.
I know that there is an error to calculate the
err
, but I do not know how to fix it. Any suggestions are appreciated. Thank youThe text was updated successfully, but these errors were encountered: