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.
Code
bsmote(matrix())
Condition
Error in `bsmote()`:
! `df` must be a data frame, not a logical matrix.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.