-
-
Notifications
You must be signed in to change notification settings - Fork 405
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 chol.default(R) :the leading minor of order 1 is not positive definite as using the classif.naiveBayes #2803
Comments
possibly related #2738 |
Thank you for your response. I understand this may be not the problem of |
I checked the error again and found it may be related to the Kriging model fitting after the evaluation of the initial DOE. This may be related to the This is because the error appeared after four evaluations even using different datasets. I have only one hyperparameter for tunning, so the default initial size of DOE is 4. The error is due to the fitting of the Kriging surrogate model in the sequential model-based optimization. This is why the error always appears after four evaluations. I do not know if you have some ideas to change something to avoid this type of error. |
If you think this an error with MBO please open an error including a reprex in mlr-org/mlrMBO. |
Thank you for your suggestion. I am also a little bit confused about the boundary of |
{mlrMBO} provides tuning methods for {mlr}. The error looks like a learner issue so it relates to {mlr}. For more help, please post a full reproducible example. |
Closing due to missing reprex and no response. |
I did try to tune a naive Bayes learner as the following code, but an error occurred as the following (Error in chol.default(R) :
the leading minor of order 1 is not positive definite). The traceback and the data are attached also. I am not so familiar with the internal architecture of
tuneParams
.Can anyone give a suggestion on what is the problem and how to fix this problem? Thank you
Code
Errors:
Traceback
Traceback.txt
Data
MLdatasetHopt.txt
The text was updated successfully, but these errors were encountered: