- new automunge and postmunge parameter LSfit
- LSfit removes assumption of equal distribution of labels for smoothing parameter K in label smoothing to a fitted K tailored to activation ratios associated with each label category
- Thus LSfit introduces a little more intelligence into the Label Smoothing equation by way of creating a parameterized smoothing factor K as a function of the activation column and the target column associated with each cell
- LSfit defaults to False for prior assumption of even distribution of label classes, conducts fitting operation when passed as True
- I'll have to put some thought into it but am currently undeciuded if LSfit has benefit in cases when conducting oversampling of training data for class imbalance in labels via the TrainLabelFreqLevel option, it might still.