Closed davehah closed 3 years ago
I don't see anything different about your code - situations like this can be hard to diagnose because each situation can be so different. About how much longer is this running? If it's taking ~<10% longer then I am tempted to attribute it to random seeds, since random forests training time is pretty much linear with the ntree and mtry parameters.
Upon my recent upgrade to R 4.0.5 from R 3.6.3, I also updated the ParBayesianOptimization package, which included the major upgrades (v0.1.2 to v1.2.4). However, while converting the code from the old syntax to the new one, I noticed that my code is actually taking longer to execute while converging to a lower Score. I believe I am not getting the new syntax to match my old one. Here is the following code for the old version:
Here is the new one:
Could you spot where I am doing wrong here? Thank you.