Release 0.2.0 of gordo-components
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
inserializer.dump
and addserializer.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
inSeldonModel
optionally overriden with env varLOG_LEVEL