Skip to content

Release v0.2.0

Compare
Choose a tag to compare
@fberanizo fberanizo released this 23 Jul 20:23
33e2163
Adds a .load() method to sample Deployment.ipynb (#329)

This method is recommended by seldon core:
https://docs.seldon.io/projects/seldon-core/en/latest/python/python_component.html#gunicorn-and-load

And should be used instead of __init__ for model initialization.

Co-authored-by: Fabio Beranizo <[email protected]>