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

is it possible to have a RESTFUL api end point that returns a list of items based on one item? e.g GET /items/{item_id}/recommendations thank you

upon executing the following command in the command line : - seldon-cli attr --action apply --client-name univision --json attr.json the following error occurs - Traceback (most recent call last): File...

Hi, how can I setup seldon-server to recommend most popular items? I try to set it with "cluster-by-dimension" model, but it always faild on model train action with java.lang.ClassNotFoundException: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException...

Seldon grafana dashboard shows every API request for a client. With Recommendation REST API each user generates a different entry in charts. So after hundreds of users the chart legend...

I am getting below error when training matrix-factorization on latest version of seldon-server 1.3.2 and 1.3.3. 16/06/16 06:26:41 WARN BLAS: Failed to load implementation from: com.github.fommil.netlib.NativeSystemBLAS 16/06/16 06:26:41 WARN BLAS:...

You could do a lot of what your scripts are accomplishing by using helm charts. Users would simply call ``` helm repo add seldom HTTPS://github.com/seldonio helm up helm fetch seldonio/server...

I am now using the version is 0.90 I no matter what version is used to solve this Maven dependency. Please helo me!

Hi, I have tried to deploy the seldon-server following this link: http://docs.seldon.io/seldon-server-setup.html but get these errors on tomcat: org.apache.catalina.startup.TldConfig execute INFORMACIÓN: At least one JAR was scanned for TLDs yet...

org.datanucleus.metadata.InvalidClassMetaDataException: Class "io.seldon.general.ItemDemographic" has been specified with an object-id class io.seldon.general.ItemDemographic_PK. org.datanucleus.metadata.InvalidClassMetaDataException: Class "io.seldon.general.UserDimension" has been specified with an object-id class io.seldon.general.UserDimension_PK.

When transitioning to requiring Java 8, please upgrade to [Caffeine](https://github.com/ben-manes/caffeine). The [performance](https://github.com/ben-manes/caffeine/wiki/Benchmarks) should be relatively the same and the per-instance memory usage should be smaller. [ConcurrentLinkedHashMap](https://code.google.com/p/concurrentlinkedhashmap/) changes will continue to...