Updated serving code in the Tutorials and Getting Started sections. Now these serving snippets returns Dict[str, np.array] instead of PredictResponse. This reduces LOC & complexity of these snippets.
Update the What is Hydrosphere section. Added more information and graphics, emphasized Why the end user may need Hydrosphere, and What he should not expect from it.
Revamped the Concepts section a bit. Added a few concepts about Models' Signature, described Metrics, removed deprecated concepts of Batch Metrics.
Changed README.md to exclude features we do not offer yet
Added all sorts of information related to hydrosdk - Installation, Examples, etc.
Added How-to recipe for using private PyPI server
Added the new section dedicated to all Hydrosphere services, including those behind the closed license
Here is the list of changes in the docs:
Tutorials
andGetting Started
sections. Now these serving snippets returnsDict[str, np.array]
instead ofPredictResponse
. This reduces LOC & complexity of these snippets.What is Hydrosphere
section. Added more information and graphics, emphasized Why the end user may need Hydrosphere, and What he should not expect from it.Concepts
section a bit. Added a few concepts about Models' Signature, described Metrics, removed deprecated concepts of Batch Metrics.hydrosdk
- Installation, Examples, etc.