lkpy icon indicating copy to clipboard operation
lkpy copied to clipboard

Add shims for Surprise

Open mdekstrand opened this issue 6 years ago • 2 comments

mdekstrand avatar Jul 31 '18 21:07 mdekstrand

any ideas for this issue, what are the proposed approaches ?

sherif-med avatar Jun 20 '19 16:06 sherif-med

What needs to happen here is to implement the LensKit algorithm interfaces on top of Surprise, translating the data into the form Surprise expects and translating the results into LensKit's result formats.

The Implicit and HPF modules have examples of other shims. We just need to do a comparable thing for Surprise, and to add tests that exercise the new code.

mdekstrand avatar Jun 20 '19 17:06 mdekstrand