- We inject a helper called
trained(logical of length 1) to the train and predict method of an arbitrary mungebit.
- Fix
mungefunction when run with pre-trained mungepieces.
- Another fix to the
mungefunction.
- A critical fix for the
mungefunction that initializes each mungepiece at munge-time to ensure no pollution of train/predict whenenforce_train = FALSE.
- The mungebitsTransformations package was renamed to syberiaMungebits,
and its functions
column_transformationandmulti_column_transformationnow 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).