tidymodels / tailor

Iterative Steps for Postprocessing Model Predictions

Home Page:https://tailor.tidymodels.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

remove duplicate test

simonpcouch opened this issue · comments

expect_snapshot(
error = TRUE,
tailor(type = "binary") %>%
adjust_probability_threshold(threshold = .4) %>%
adjust_probability_calibration()
)
expect_snapshot(
error = TRUE,
tailor() %>%
adjust_probability_threshold(threshold = .4) %>%
adjust_probability_calibration()
)