-
Notifications
You must be signed in to change notification settings - Fork 42
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
getting_started.Rmd won't build #59
Comments
Doing some investigation for a similar issue in #60 @jonthegeek It may be that you're missing a package that is expected to be installed somewhere for your turning. For me it was Either way, Not sure if this will be the same issue, but it's the same error message, and probably relates to something going on that relates to #44 (i.e. how errors get returned from |
With @Jim89's advice, I found it was kknn, which is in suggests of parsnip, which... kinda covers this? I'm not sure on protocol here. |
Did either of you run using parallel processing? |
Nope, no parallel. |
* Added an explicit note to the kknn example where kknn is needed. Closes #59. * Updated per suggestion.
This issue 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. |
The problem
getting_started.Rmd fails to build. It appears to be an issue in tune_Bayes, but I'm not yet able to understand what causes the issue.
Reproducible example
(run everything in the getting_started.Rmd before line 254)
The text was updated successfully, but these errors were encountered: