We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 6677c46 + c31d971 commit 9ff25edCopy full SHA for 9ff25ed
R/loop_over_all_stages-helpers.R
@@ -166,24 +166,6 @@ get_sub_param <- function(x) {
166
has_tailor <- function(x) {
167
"tailor" %in% names(x$post$actions)
168
}
169
-
170
-has_tailor_tuned <- function(x) {
171
- if (!has_tailor(x)) {
172
- res <- FALSE
173
- } else {
174
- res <- any(tune_args(x)$source == "tailor")
175
- }
176
- res
177
-}
178
-has_tailor_estimated <- function(x) {
179
180
181
182
- post <- hardhat::extract_postprocessor(x)
183
- res <- tailor::tailor_requires_fit(post)
184
185
186
187
# nocov end
188
189
# ------------------------------------------------------------------------------
0 commit comments