seldon-core
seldon-core copied to clipboard
An MLOps framework to package, deploy, monitor and manage thousands of production machine learning models
The idea is to factor parts out of main to make it more modular and readable. If this PR works out. will factor out `_make_rest_metrics_server` and `_make_grpc_server` next. Running `make...
## Describe the bug Currently seldon-core has a hard dependency of grpcio-reflection as "
I think there should be a page added to doc with an MLServer example in [Servers](https://docs.seldon.io/projects/seldon-core/en/latest/nav/config/servers.html) page. I also think that there should be somewhere in the doc (maybe in...
I am attempting to use the graph feature of getting a predictor and a transformer to work together. I am also using MLServer to build my V2 based services. I...
My model needs to install additional packages like pandas, NumPy, and mmdetection. How can i install it on triton images to deploy on Seldon
## Describe the bug When renaming the predictor in an already deployed SeldonDeployment, the Seldon controller doesn't delete the previous SVC even if the news pods are running and healthy...
## Describe the bug The Seldon Core docs describe the `SELDON_LOG_LEVEL` env var as the only one required to change the log level. However, at the moment it's not currently...
Hi, I followed the custom metrics example https://docs.seldon.io/projects/seldon-core/en/latest/examples/metrics.html and got "mygauge" metrics scraped in Prometheus. I can get the value of "mygauge" from Prometheus. But I can't get the value...
Hi Everyone, I am using Seldon & I am fetching logs to Datadog. While doing so, I noticed some issues: **Question 1:** - Is there a particular reason why for...
Hi Team, Could you please add the `names` field in the `SeldonResponse` currently it supports the `data`, `meta`, etc. but not `names`. I was told to raise an issue so...