-
-
Notifications
You must be signed in to change notification settings - Fork 86
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Vectorize params in benchmark (#954)
* benchmark_grid + assertions * chore: update * fix * cleanup assertion * cleanups * restore helper * ... * ... * ... * ... * ... * fix: prohibit cloning of measures * fix: remove benchmark * fix: remove clone from as.measure * fix: prediction * ... * cleanup * docs * ... * cleanup * docs * ... * fix: constant values are inserted now --------- Co-authored-by: be-marc <[email protected]> Co-authored-by: Marc Becker <[email protected]>
- Loading branch information
1 parent
4e12931
commit 9ba6f82
Showing
11 changed files
with
170 additions
and
30 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
#' @param param_values (`list()`)\cr | ||
#' If you want to try many parameter settings for learners, you can pass them through the design | ||
#' which is optimized to be faster than creating learners for each setting. | ||
#' | ||
#' A list of lists of named lists, from outer to inner: | ||
#' 1. One list element for each [Learner]. | ||
#' 2. One list element for each hyperparameter configuration to try. | ||
#' 3. Named list of hyperparameter settings to set in the Learner, possibly overwriting | ||
#' already set set hyperparameters in the [Learner]. |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters