tidymodels / TMwR

Code and content for "Tidy Modeling with R"
https://tmwr.org
Other
604 stars 285 forks source link

changes for new kernlab version #287

Closed topepo closed 2 years ago

topepo commented 2 years ago

The Bayesian optimization and simulated annealing search methods start to produce different results. The only differences in packages were that kernlab changed from 0.9-29 to 0.9-30. The changes to kernlab seem minimal but produce different results.

For BO, the last two iterations changed.

For SA, the new best is at iteration 40 instead of 27.

There are no changes needed to the automatically generated results.

juliasilge commented 2 years ago

It turns out that kernlab gives different results for this iterative tuning on M1 compared to Intel.

We should try to create a reprex demonstrating this. 🥵

topepo commented 2 years ago

image

github-actions[bot] commented 2 years ago

This pull request has been automatically locked. If you believe you have found a related problem, please file a new issue (with a reprex: https://reprex.tidyverse.org) and link to this issue.