dai-deployment-templates icon indicating copy to clipboard operation
dai-deployment-templates copied to clipboard

Production ready templates for deploying Driverless AI (DAI) scorers. https://h2oai.github.io/dai-deployment-templates/

Results 43 dai-deployment-templates issues
Sort by recently updated
recently updated
newest added

https://github.com/h2oai/mlops/issues/320 - remove requestPredictionIntervals from score request API - Always compute prediction intervals whenever possible - pass output schema fields into response converter to ensure output schema always consistent with...

enhancement
area/swagger

Preparation for https://docs.google.com/document/d/1rzCrinfVvThOvvnEnZlk-GpGjPzZnaNZT9jQJo6IGb0/edit

enhancement

Allow user to get shap predictions in from h2o-3 mojo model like we do in driverless(https://docs.h2o.ai/driverless-ai/1-10-lts/docs/userguide/scoring-mojo-scoring-pipeline.html?#a-quick-run) Depends on https://github.com/h2oai/mojo2/issues/1821 being completed.

We cannot deploy https://github.com/h2oai/dai-deployment-templates/tree/master/aws-sagemaker-hosted-scorer-cpp due conflict error with protobuf, see below: ERROR: Cannot install -r requeriments.txt (line 19) and protobuf==4.21.1 because these package versions have conflicting dependencies. The conflict is...

> **Note** > This is not the ideal implementation. Control of expected logger is lost and logs look different. Leaving as a draft. Will edit this description with more info...

Automated upgrade to new component version. ----- Requested by https://github.com/h2oai/mojo2/pull/1775 in order to check staged release.

CI

This PR implements simple command line tool that creates MLflow Model wrapper of Driverless AI MOJO model that can then be used by mlflow to be deployed in: - Azure...

Related to https://github.com/h2oai/mojo2/pull/1678 . This allows automated change of component version as part of the component release. We are going to use this for new mojo2 versions at least. This...

Implements newly introduced image scoring api to the `local-rest-scorer` project * bumps necessary versions * implement generation of new api code * introduces new controller, config, and converter classes to...