Skip to content

Release 0.2.0 of gordo-components

Compare
Choose a tag to compare
@milesgranger milesgranger released this 04 Dec 12:23
· 824 commits to master since this release

Added the following

  • Support of FunctionTransformer for config files; for functions which exist in the codebase
  • Convert KerasAutoEncoder into a Transformer
  • SeldonModel first calls .predict() and fails over to .transform() for calling of a model, incase the final out is a transformer.
  • Optionally save metadata in serializer.dump and add serializer.load_metadata for retrieval.
  • SeldonModel now returns any additional metadata in the tags key in returned predictions
  • pipeline_from_definition() no longer mutates the passed config
  • Default log level is set to DEBUG in SeldonModel optionally overriden with env var LOG_LEVEL