Version 0.3.1.9001

  • export tundra_container for backwards compatibility

Version 0.3.1.9000

  • Deprecate refClass based implementation in favor of R6 and test it thoroughly.

Version 0.2.3

  • The munge_procedure passed to a tundraContainer can now be a stageRunner, in preparation for hierarchical munging in the mungebits2 package.

Version 0.2.2

  • tundraContainer objects can now add pre-munge and post-munge hooks - functions that will be executed before and after munging when the train or predict methods are called. You can add a hook using container$add_hook('train_pre_munge', function() { ... }). Note these functions can modify the tundraContainer’s internals, like input or output.