Pat Ferrel
Pat Ferrel
I'm a noob to Meteor but if you can give me a pointer or two I can give it a try. Regarding the "new" package format. No clue what this...
No templates are in Apache yet and this one will not be among them if the old “official” ones are donated. Make PR to: https://github.com/actionml/template-scala-parallel-universal-recommendation https://github.com/actionml/template-scala-parallel-universal-recommendation On Aug 24, 2016,...
great, thanks. I've done this too in a private branch. Are you able to run `examples/integration-test` successfully? Mine is failing in Datasource not finding data.
Sorry this forked version is not maintained The root version is here: https://github.com/actionml/universal-recommender
Does this actually work? Not sure what your comment means.
Do you have a test to prove correct behavior? See examples/integration-test for how to do this. It should be easy, to create and add more tests. Also I believe the...
it is very difficult to test params in engine.json in an automated way. So this is a case of fields in engine.json? That helps to know since they have had...
Oops, changed a typo--in case you are getting this in email I've fixed a couple things below. Awesome. I have an implementation of the thing on a list sorted by...
From your examples it looks like they use a unique sort key, like `:position`? Not sure if this is a requirement but it is at the crux of my problem....
Unfortunately I don't know how. In my current implementation the reverse iterator requires a reverse sort order from the same starting point as the forward sort order. Reversing the sort...