fastFM
fastFM copied to clipboard
warm_start for SGD
@jylim2016 Thanks for opening the PR. I think we need the following before merging:
- The warm-start parameter should be added to https://github.com/ibayer/fastFM/blob/master/fastFM/sgd.py#L73 and https://github.com/ibayer/fastFM/blob/master/fastFM/sgd.py#L156
- A test case similar to the one for the ALS solver https://github.com/ibayer/fastFM/blob/master/fastFM/tests/test_als.py#L96
#74