-
Notifications
You must be signed in to change notification settings - Fork 85
Open
Description
Hello, Thank you for the amazing work.
My continuous labels are defined within a range [0, 100], where 0 represents lowest intensity and 100 represents highest intensity. There is a high class imbalance. When I apply smogn, the intensity values go beyond 100. Is there any way we can control this parameter?
all_smogn = smogn.smoter(
data = all_feats[all_cols + ['label']],
y = 'label',
k = 9,
samp_method = 'extreme',
rel_thres = 0.60,
rel_method = 'auto',
rel_xtrm_type = 'both',
rel_coef = 2.25
)

Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels