Nothing
Code
svmsmote_impl(df, var = "class", k = 5)
Condition
Error:
! The minority class "min" does not have enough observations to perform SVMSMOTE.
i 3 observations were found, but 6 are needed.
Code
svmsmote(circle_numeric, var = "class", distance = "minkowski")
Condition
Error in `svmsmote()`:
! `distance` must be one of "euclidean", "cosine", "mahalanobis", "manhattan", "chebyshev", "squared_chord", "matusita", "hellinger", "bhattacharyya", "canberra", "soergel", "lorentzian", "jeffreys", "topsoe", "jensen-shannon", "jensen_difference", "taneja", or "kumar-johnson", not "minkowski".
Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.