Hydrospheredata / hydro-serving

MLOps Platform
http://docs.hydrosphere.io
Apache License 2.0
271 stars 42 forks source link

2.3.1 Documentation Update #322

Closed Valenzione closed 4 years ago

Valenzione commented 4 years ago

Here is the list of changes in the docs:

  1. 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.
  2. 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.
  3. Revamped the Concepts section a bit. Added a few concepts about Models' Signature, described Metrics, removed deprecated concepts of Batch Metrics.
  4. Changed README.md to exclude features we do not offer yet
  5. Added all sorts of information related to hydrosdk - Installation, Examples, etc.
  6. Added How-to recipe for using private PyPI server
  7. Added the new section dedicated to all Hydrosphere services, including those behind the closed license
  8. Updated the Roadmap
tidylobster commented 4 years ago

I've noted a few minor issues, but overall this is a great work!

Valenzione commented 4 years ago

Closing, changes from this PR were implemented in #328