seldon-server icon indicating copy to clipboard operation
seldon-server copied to clipboard

Machine Learning Platform and Recommendation Engine built on Kubernetes

Results 23 seldon-server issues
Sort by recently updated
recently updated
newest added

align junit version to avoid inconsistent API behaviors.

when I command start-microservice --type prediction --client test -i iris-xgboost seldonio/iris_xgboost:2.1 rest 1.0 raise Exception maybe zookeeper can not normal work Traceback (most recent call last): File "/opt/conda/bin/seldon-cli", line 4,...

create file: { "apiVersion": "machinelearning.seldon.io/v1alpha1", "kind": "SeldonDeployment", "metadata": { "labels": { "app": "seldon" }, "name": "graph-baiyun" }, "spec": { "annotations": { "project_name": "baiyun", "deployment_version": "v0.1" }, "name": "graph-baiyun", "oauth_key": "baiyun",...

Hi, I installed Kubernetes on AWS using the official guidance. Now, I have a node master (m3.medium) and two workers (t2.medium) on which I need to run Seldon. I'm using...

`action["client_userid"] = f["item_id"]` changed to => `action["client_userid"] = f["user_id"]` `action["client_itemid"] = f["user_id"]` changed to => `action["client_itemid"] = f["item_id"]` It is a minor error and doesn't seem to impact the output,...

Is there currently support for adding the "Access-Control-Allow-Origin" header to the REST API requests? Nearly all modern browsers are set to block those sorts of requests without that header. (Obviously...

Is there a sensible way to import large amounts of historic actions? Using `seldon-cli import --action actions--client-name CLIENT_NAME --file-path PATH_TO_FILE` imports them in some strange way that only Spark jobs...

Unless I am missing something, how would I use the JS API to ingest a user action with a non-zero 'value' parameter. I think [this is the relevant file.](https://github.com/SeldonIO/seldon-server/blob/master/server/src/io/seldon/api/controller/JsClientController.java)

I there currently a way to return the past actions of a specific user?