Questions tagged [predictionio]

Apache PredictionIO is an open source Machine Learning server for software developers to create predictive features, such as personalization, recommendation and content discovery.

PredictionIO is an open source machine learning server for software developers to create predictive features, such as personalization, recommendation and content discovery.

184 questions
0
votes
1 answer

Minimum System Requirements to run Recommendation in Predictionio

I tried to have predictionio integrate with my app. I used recommendation Engine deployment as in quick start in Predictionio website. Faced lot of issues but able to build the engine. I tried to train the model using pio train. But it gave an…
0
votes
1 answer

prediction io - manage or clear events

A few questions: Suppose that I train the PIO system with a bunch of events, but then I find out that my events were wrong for some reason, and I want the system to ignore or delete these events the next time I train it. How can I do it without…
Mister_L
  • 2,469
  • 6
  • 30
  • 64
0
votes
1 answer

Install PredictionIO 0.9.5

I am working with PredictionIO v0.9.6 and node js, but I had this error : [ERROR] [HttpServerConnection] Aborting encrypted connection to /127.0.0.1:49886 due to [SSLException:Unrecognized SSL message, plaintext connection?]. After a few search in…
0
votes
1 answer

java.lang.StackOverflowError in pio train phase

pio train (after a successful pio build) gives me an error like that: [ERROR] [Executor] Exception in task 0.0 in stage 39.0 (TID 34) [WARN] [TaskSetManager] Lost task 0.0 in stage 39.0 (TID 34, localhost): java.lang.StackOverflowError at…
Tommy
  • 739
  • 8
  • 24
0
votes
1 answer

Prediction.io training unresponsive

I am using SimilarProduct template of prediction.io Inserted 16 thousand products, 70 thousand users and 1.6 million view events. pio build is done successfully but in pio train it goes unresponsive at stage 13 since I have tried 3 times at waited…
Dau
  • 8,578
  • 4
  • 23
  • 48
0
votes
1 answer

Runtime error on query complimentary purchase items

I am using https://templates.prediction.io/PredictionIO/template-scala-parallel-complementarypurchase template of prediction.io and inserted buy events using PHP-SDK Engine deployed successfully but giving error on query curl -k -H "Content-Type:…
Dau
  • 8,578
  • 4
  • 23
  • 48
0
votes
1 answer

Prediction IO Request Hangs

I am attempting to query a deployed PredictionIO engine with something like the following: curl --max-time 2000 --connect-timeout 60 -H "Content-Type: application/json" \ -d '{ "ids": [ "AAAAAAAA-9999-4444-ACAC-18181818181818" …
Jake Greene
  • 5,539
  • 2
  • 22
  • 26
0
votes
1 answer

Prediction IO: Configure Timeouts for Engine

I have a trained model that I can deploy without trouble. However, querying the API will receive the response: The server was not able to produce a timely response to your request A simple google search (and past experience) tells me that this is…
Jake Greene
  • 5,539
  • 2
  • 22
  • 26
0
votes
1 answer

error add libraryDependencies "io.prediction"

good afternoon, i would ask about error when i tried added libraryDependencies "io.prediction" here's my code name := "SBTMaret2016" version := "1.0" scalaVersion := "2.11.8" libraryDependencies += toGroupID("org.scalatest") % "scalatest_2.10" %…
0
votes
1 answer

Java Ecommerce Recommendation giving empty scores

We followed the following document to get a basic ecommerce recommendation engine up: Template Used: pio template get PredictionIO/template-scala-parallel-ecommercerecommendation Document followed:…
Anunay
  • 1,823
  • 2
  • 18
  • 25
0
votes
1 answer

The reduction of recommendations number in Prediction IO + Universal Recommender

We are trying to use PredictionIO (ver. 0.9.5) + Universal Recommender (v. 0.2.3) for building personal recommendations for users of our service. EventServer is collecting events about user's rating of items in MySQL database, Recommender's retrain…
EVO
  • 1
  • 2
0
votes
1 answer

PredictionIO customization Universal Recommender

I want to implement a Universal Recommender for our site. I've successfully set up the base configuration customized by the tutorial. The service we provide is a e-commerce, where users can buy, like, rate from 0 to 5 and save a product among the…
Marco Fedele
  • 2,090
  • 2
  • 25
  • 45
0
votes
1 answer

starting predictionio vendor'd hbase when zookeeper is already running

I've installed the quickstart version of the prediction.io stack on a system that already has zookeeper installed and running. When I run pio-start-all it fails with the message: Could not start ZK at requested port of 2181. ZK was started at port:…
brycemcd
  • 4,343
  • 3
  • 26
  • 29
0
votes
1 answer

Engine hang when training large data

I encounter problem with als, similar product template, when training 400 000 records (around 200 MB). It stop at Stage 13 : ===================== [0 + 1] / 2 Can anybody help me with this?
Le Kim Trang
  • 369
  • 2
  • 5
  • 17
0
votes
1 answer

Test performance of predictionio

I would like to test performance of prediction phase of one algorithm using Locust. The query of engine (REST API) looks similar to this: engine_client = predictionio.EngineClient(url="http://localhost:8003") print…
Le Kim Trang
  • 369
  • 2
  • 5
  • 17