You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This was on windows using R 3.5.1 and xgboost 0.71.2. My dataset is 4,861 observations with 104 variables, and the outcome scale is 1- 9. A few of the outcome values are rare so I suspect that it could have caused the error.
Thanks,
Chris
The text was updated successfully, but these errors were encountered:
Hi, this error occurs in the training of the Gaussian process surrogate model.
This can happen when a large number of evaluated configurations yield the same result.
Can you
Check how much the evaluated y's vary in the optimization trace?
Try to rerun autoxgboost with mbo.learner = makeLearner("regr.randomForest", predict.type="se")
Hello,
Thanks for making autoxgboost, seems like a great effort. I wanted to report an error I just received while testing it out:
This occurred after a fair number of iterations had run:
Here was my code that yielded the error:
This was on windows using R 3.5.1 and xgboost 0.71.2. My dataset is 4,861 observations with 104 variables, and the outcome scale is 1- 9. A few of the outcome values are rare so I suspect that it could have caused the error.
Thanks,
Chris
The text was updated successfully, but these errors were encountered: