SynSet
Examples:
Raises:
SynSet.generate
Returns:
SynAugment
- For each unique series in the input DataFrame, analyze its statistical properties
- Auto-select the most appropriate generator (or use user override)
- Fit generator parameters to match the series’ statistical fingerprint
- Generate n_augment synthetic series that preserve these properties
- Return combined DataFrame with original and synthetic series
"{original_id}_aug_{i}"
Parameters:
Initialize the SynAugment instance.
Parameters:
SynAugment.analyze
Returns:
Raises:
SynAugment.augment
Returns:
Raises:
SynAugment.augment_single_series
Returns:

