-
Notifications
You must be signed in to change notification settings - Fork 172
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Cannot get the recommender queries? #69
Comments
I have same scenario |
ERROR SparkContextSupport$ - Spark context failed for job JobDescription(321e0ee5-f824-4b72-8589-fcc4e1e2270f,queued,Spark job,Some(Sun Dec 15 08:43:38 GMT 2019),None) |
I believe the issue in the original question is that the user John Doe simply doesn't get any recommendations, because there's only one event posted (unless you've omitted other events in your post). If you try to post some more events for more items, you ought to get some recommendations. |
I want to get the recommended data correctly.
Your thoughts and ideas
I followed the steps in the official documentation https://actionml.com/docs/h_ur.
Describe your problem
After the data was successfully entered by post and the training was activated, the recommendation engine did not give me feedback.
1
2
3
The training event was triggered and about 10,000 pieces of data were entered in advance. When the request was routed to the queries, the recommended items were not returned to me. The recommendation engine was running normally, and the log was not reported. I don’t know why.
The text was updated successfully, but these errors were encountered: