Skip to content

Latest commit

 

History

History
26 lines (16 loc) · 863 Bytes

File metadata and controls

26 lines (16 loc) · 863 Bytes

Version 0.3.12

  • We inject a helper called trained (logical of length 1) to the train and predict method of an arbitrary mungebit.

Version 0.3.9-11

  • Fix munge function when run with pre-trained mungepieces.

Version 0.3.8

  • Another fix to the munge function.

Version 0.3.6-7

  • A critical fix for the munge function that initializes each mungepiece at munge-time to ensure no pollution of train/predict when enforce_train = FALSE.

Version 0.3.0

  • The mungebitsTransformations package was renamed to syberiaMungebits, and its functions column_transformation and multi_column_transformation now reside in this (mungebits) package. The purpose of this migration is to enforce clearer cohesion between abstract / general methods (this package) and domain-specific / dependent methods (syberiaMungebits package).