Nick

Results 4 comments of Nick

http://www2.informatik.uni-freiburg.de/~cziegler/BX/

do you have any links to literature on the topic of partial fitting? I could try and implement a solution and see how it works. My guess would be there...

I'm working on this for another project of mine and it's working pretty well. I should have some time soon to try and get a PR for here after discussing...

@saeedesmaili Here is a link to how we do it on the backend of a webapp to partially fit a user relatively quickly: https://github.com/dorukkilitcioglu/books2rec/blob/1a6f79fdb1158f83dbc410c8413f85a8c277d9c1/WebApp/recommendations.py#L54 Its not too complex. We load...