You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: R/SurrogateLearner.R
+20-5
Original file line number
Diff line number
Diff line change
@@ -15,6 +15,11 @@
15
15
#' Can be `"mean"` to use mean imputation or `"random"` to sample values uniformly at random between the empirical minimum and maximum.
16
16
#' Default is `"random"`.
17
17
#' }
18
+
#' \item{`input_trafo`}{`character(1)`\cr
19
+
#' Which input transformation should be applied to numeric and integer features?
20
+
#' Can be `"none"` for no transformation or `"unitcube"` to perform for each feature a min-max scaling to `[0, 1]` based on the boundaries of the search space.
Copy file name to clipboardExpand all lines: R/SurrogateLearnerCollection.R
+20-5
Original file line number
Diff line number
Diff line change
@@ -17,6 +17,11 @@
17
17
#' Can be `"mean"` to use mean imputation or `"random"` to sample values uniformly at random between the empirical minimum and maximum.
18
18
#' Default is `"random"`.
19
19
#' }
20
+
#' \item{`input_trafo`}{`character(1)`\cr
21
+
#' Which input transformation should be applied to numeric and integer features?
22
+
#' Can be `"none"` for no transformation or `"unitcube"` to perform for each feature a min-max scaling to `[0, 1]` based on the boundaries of the search space.
0 commit comments