recommenders / rival

RiVal recommender system evaluation toolkit
rival.recommenders.net
Apache License 2.0
150 stars 40 forks source link

Create split -> recommend -> eval pipeline #54

Closed alansaid closed 9 years ago

alansaid commented 10 years ago

Currently, each step (split, recommend, evaluate) relies on file IO. Instead, there should be a pipeline of the complete evaluation process, i.e. where file IO should only be necessary in the initial step.

abellogin commented 10 years ago

The main problem with this is the 'recommend' step, isn't it? (at least for MML)

alansaid commented 10 years ago

Yeah, but this could likely be fixed if we do a proper solution to #47

abellogin commented 10 years ago

Correct. Ok, then let's do this for what LK and AM. I also think that #34 should be done after this, but the classes you are writing now for that will be very useful when we start fixing this issue.

alansaid commented 10 years ago

Moving this to the 0.3 Milestone

abellogin commented 9 years ago

Fixed in 91e81ff