Closed SundareshSankaran closed 1 day ago
User provides a desired sampling percentage
Test data set created based on percent
Smote generation sampled with equal percent - Assessment reports generated
Add to ABOUT -> README
proc partition added to documentation link
SAS program extracted
((sampling_percent/100) * orig_records )/&synth_records)
SAS program extracted
A New Output table will be specified. Optional
Learning to be documented as they tend to be useful.
Given SMOTE's single-pass nature, when users trigger SMOTE with a given set of parameters, an assessment report based on a representative sample of original data compared to synthetic data provides an overview of how similar synthetic and original data are.