Release v0.2.0
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]>