Open ck37 opened 6 years ago
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
1) Check how much the evaluated y's vary in the optimization trace?
2) 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