ibayer / fastFM

fastFM: A Library for Factorization Machines
http://ibayer.github.io/fastFM
Other
1.08k stars 204 forks source link

Need partial_fit #148

Closed mrkdian closed 5 years ago

mrkdian commented 5 years ago

There has been SGD solver. is it possible to have a partial_fit to solve large data set that can't read in memory once?

ibayer commented 5 years ago

https://github.com/ibayer/fastFM/pull/75 but it's not properly tested.