Skip to content

Commit

Permalink
RC 1.2.0 (#876)
Browse files Browse the repository at this point in the history
* version bump

* recreate test objects

* CALL BY NAME NOT POSITION

---------

Co-authored-by: ‘topepo’ <‘[email protected]’>
  • Loading branch information
topepo and ‘topepo’ authored Mar 20, 2024
1 parent 40c13e1 commit 981a6dd
Show file tree
Hide file tree
Showing 4 changed files with 126 additions and 126 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Package: tune
Title: Tidy Tuning Tools
Version: 1.1.2.9022
Version: 1.2.0
Authors@R: c(
person("Max", "Kuhn", , "[email protected]", role = c("aut", "cre"),
comment = c(ORCID = "0000-0003-2402-136X")),
Expand Down
2 changes: 1 addition & 1 deletion NEWS.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# tune (development version)
# tune 1.2.0

## New Features

Expand Down
8 changes: 4 additions & 4 deletions inst/test_objects.R
Original file line number Diff line number Diff line change
Expand Up @@ -171,10 +171,10 @@ knn_results <-
knn_set <- two_class_set

knn_gp <-
tune:::fit_gp(collect_metrics(knn_results),
knn_set,
"accuracy",
control_bayes()
tune:::fit_gp(dat = collect_metrics(knn_results),
pset = knn_set,
metric = "accuracy",
control = control_bayes()
)

saveRDS(
Expand Down
Loading

0 comments on commit 981a6dd

Please sign in to comment.