SMOTEメモ

SMOTE、正例・負例の数がよくわからなくなるのでメモ。

SMOTE後の正例の数=(over.perc/100 + 1) * 元の正例の数
SMOTE後の負例の数=(over.perc/100 * under.perc/100) * 元の正例の数