merlin
merlin copied to clipboard
Kubernetes-friendly ML model management, deployment, and serving.
**What this PR does / why we need it**: **Which issue(s) this PR fixes**: Fixes # **Does this PR introduce a user-facing change?**: ```release-note ``` **Checklist** - [ ] Added...
**Which issue(s) this PR fixes**: Fixes not able to log NULL feature status if user didn't specify default value. **Checklist** - [ ] Added unit test, integration, and/or e2e tests...
## Expected Behavior Links to the correct updated examples. ## Current Behavior 404 since the files are shifted to [here](https://github.com/gojek/merlin/tree/main/examples) ## Steps to reproduce The hyper links are broken. https://github.com/gojek/merlin/tree/main/python/sdk#getting-started...
## Is your feature request related to a problem? Please describe. To avoid accidentally running `quick_install.sh` on existing Kubernetes cluster, e.g. production cluster with running infrastructure (istio, knative, kfserving) and...
## Expected Behavior Prevent user from submitting invalid custom Docker image name ## Current Behavior There's no validation for the Custom Transformer Docker Image name in the input-form, enabling the...
## Is your feature request related to a problem? Please describe. Currently, we need to publish merlin-sdk to PyPi first before batch-predictor and pyfunc-server able to release their new Docker...
The Python SDK contains the test files that interact with the running Merlin server and its model cluster. Having it running in GitHub Actions will enable the developers to be...
Right now, we only use the [`queue.sidecar.serving.knative.dev/resourcePercentage`](https://github.com/gojek/merlin/blob/main/api/cluster/resource.go#L34) annotation to configure the autoscaling and its value is configured globally per [environment](https://github.com/gojek/merlin/blob/main/api/config/environment.go#L42). As described [here](https://github.com/gojek/merlin/pull/15#discussion_r514116881), we also cannot specify autoscaling policy for...
**Which issue(s) this PR fixes**: Fixes broken pipe from Merlin to DB **Does this PR introduce a user-facing change?**: ```release-note ``` **Checklist** - [ ] Added unit test, integration, and/or...
# Description As of now, the mlobs logger logs every single message sent to the logger. As there is no good way at the moment to use different logger configuration...