Skip to content

v1.0.12

Compare
Choose a tag to compare
@briangrahamww briangrahamww released this 01 Sep 14:33
· 78 commits to master since this release

This release includes some enhancements to transformer pipeline nodes and a new transformer pipeline

  • feature - TransformerPipeline node to build transformer sequences from a config file
  • enhancement - The SklearnPreprocessingTrasnformer constructor can now accept a string instead of a preprocessor object which allows it to be used in a TransformerPipeline
  • enhancement - reformatted the whole repo using python black
  • enhancement - pre-commit hook added to enforce black formatting