seldon-core
seldon-core copied to clipboard
An MLOps framework to package, deploy, monitor and manage thousands of production machine learning models
**What this PR does / why we need it**: This PR fixes an improper use of `assert` in the Epsilon Greedy Router. An `assert` is currently used to ensure that...
**What this PR does / why we need it**: **Which issue(s) this PR fixes**: Fixes # **Special notes for your reviewer**:
**What this PR does / why we need it**: This PR adds support for using custom metrics export via the`def metrics` method for `predict_raw`-based inference nodes and not add `['meta']['metrics']`...
Need to check docs render properly on RTD quickly first.
Old helm chart links was still present in install page of Seldon Core v1 docs. Now updated to new helm charts. **What this PR does / why we need it**:...
` import logging import sys from multiprocessing import Pool import requests handler = logging.StreamHandler(sys.stdout) handler.setLevel(logging.DEBUG) handler.setFormatter(logging.Formatter("%(asctime)s - %(name)s - %(levelname)s - %(message)s")) logger = logging.getLogger("router-model.log") logger.setLevel(logging.DEBUG) logger.addHandler(handler) def get_data(url_data): r...
## Describe the bug When the seldon-core-operator services a `SeldonDeployment` kind, a `seldon-container-engine` spec is attached to the Pod spec for the model using the seldon-core-executor image. The `securityContext` fields...
The crpytography package has released a new major version, which includes vulnerability fixes. Consumers of the microservice are unable to upgrade their own dependencies as it conflicts with the version...
Hi, Team. In Seldon V1, is it possible that in one inference graph, a router sends payloads to all of its children, but different children with different payload?
## Describe the bug When setting a resource request of 1.5m or any partial millicpu request, the operator manager fails to reconcile the deployment. ## To reproduce 1. Create a...