dalpozz/unbalanced

ubSmoteExs

Opened this issue · 0 comments

Hello,

it seems that there is a bug in the function ubSmoteExs. In my opinion the line

for (a in nomatr) xd[, a] <- xd[, a] == 0

should be changed to

for (a in nomatr) xd[, a] <- xd[, a] != 0

to handle categorical variables properly.

Best wishes
André