Skip to content

v0.3

Choose a tag to compare

@djgagne djgagne released this 14 Nov 20:59
· 152 commits to main since this release
86adeb3

Bridgescaler v0.3 has some major feature enhancements and bug fixes.

  • DeepQuantileTransformer: Performs quantile transforms on multi-dimensional datasets where the last dimension is the variable (channels-last in deep learning library context).
  • Distributed scalers: we have standard and min max scalers that can be applied on separate subsets of the data and then be combined in map-reduce fashion. They support both tabular and n-dimensional datasets, so you can use them for large datasets that don't fit in memory on a single node.

What's Changed

Full Changelog: v0.2...v0.3