R package to tune parameters for machine learning(Support Vector Machine, Random Forest, and Xgboost), using bayesian optimization with gaussian process
Error in xgb.iter.update(fd$bst, fd$dtrain, iteration - 1, obj) : Invalid Parameter format for max_depth expect int but value='8.26801588479429' Timing stopped at: 0.9 0.08 0.982
I'm currently experimenting with your package, and this is what the call currently looks like:
Hello, I'm getting an error with xgb_cv_opt:
Error in xgb.iter.update(fd$bst, fd$dtrain, iteration - 1, obj) : Invalid Parameter format for max_depth expect int but value='8.26801588479429' Timing stopped at: 0.9 0.08 0.982
I'm currently experimenting with your package, and this is what the call currently looks like:
Obviously, max_depth can't be a non-integer, so what's going on?