Hi Hongyao, I know other templates have custom implemented evaluation code in the src/main/scala/Evaluation.scala file. They use a cross-validation approach similar to what you describe. You can download one of those templates and look at the code to see exactly how they do it.
I have been looking for this file in the UR directory with no luck. It would be great if somebody from the ActionML UR team could tell us whether something similar exists for UR and where to find it. Thank you very much! Noelia On 24 November 2017 at 09:54, Andy Rao <[email protected]> wrote: > Hi, > > I have successfully trained our rec model using universal recommender, but > I do not know how to evaluate the trained model. > > The first idea come from my head is to split our dataset into train and > test dataset, and then use recall metrics evaluate. But I'm not sure > whether this is a good idea or not. > > Any help or suggestion is much appreciated. > Hongyao > >
