-
Notifications
You must be signed in to change notification settings - Fork 45
Switch from GPfit to GauPro for Gaussian Processes #1104
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
base: main
Are you sure you want to change the base?
Conversation
@@ -1,4 +1,17 @@ | |||
library(tidymodels) | |||
library(broom) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Note: we were getting warnings with the old tests that:
namespace 'workflowsets' is not available and has been replaced
Not loading tidymodels solves this and it comes up in the tests for #1007 1007
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
very excited to see these changes!
"There are {cli::qty(diff)}{?as many/more} tuning parameters | ||
{cli::qty(diff)}{?as/than} there are initial points. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Why are these lines being deleted?
if that is intentional then we also don't need cli::pluralize()
dplyr::filter(.metric == metrics) |> | ||
dplyr::filter(!is.na(mean)) | ||
|
||
# TODO a lot of slice_min/slice_max can be used now |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Should add as an issue if you are not planning on dealing with it in this PR.
} | ||
|
||
withr::with_seed( | ||
114, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
why are we hardcoding this specific seed?
Co-authored-by: Emil Hvitfeldt <[email protected]>
The GPfit maintainer contacted me a few months ago about the potential for that package to fall off CRAN. This change helps from a sustainability point of view, but also adds some new features.
I've tested this extensively on the analyses in aml4td and TMwR and get very similar results.