- new dimensionality reduction technique, bulk transform of all boolean columns via binary encoding, available by passing Binary = True
- a tradeoff between positive aspects of memory efficiency / energy efficiency / number of weights vs perhaps some small impairment for ability of model to handle outliers, as now any single configuration of boolean sets not seen in training data will trigger an infill for the entire set
- I suspect this might take longer to train, as less redundancy in training data, but again energy efficiency in inference etc.
- fixed bug for overwriting default transform categories under automation