tests/testthat/_snaps/tomek_impl.md

tomek() interfaces correctly

Code
  tomek(circle_example_num, var = "Class")
Condition
  Error in `tomek()`:
  ! `var` must be one of "x", "y", or "class", not "Class".
  i Did you mean "class"?
Code
  tomek(circle_example_num, var = c("class", "x"))
Condition
  Error in `tomek()`:
  ! Please select a single factor variable for `var`.
Code
  tomek(circle_example_num, var = "x")
Condition
  Error in `tomek()`:
  ! `x` should refer to a factor or character column, not a double vector.
Code
  tomek(circle_example0, var = "class")
Condition
  Error in `tomek()`:
  ! Cannot have any missing values. NAs found in x.

bad args

Code
  bsmote(matrix())
Condition
  Error in `bsmote()`:
  ! `df` must be a data frame, not a logical matrix.


tidymodels/themis documentation built on Jan. 23, 2025, 8:23 a.m.