lyst / lightfm

A Python implementation of LightFM, a hybrid recommendation algorithm.
Apache License 2.0
4.67k stars 679 forks source link

Provide access to average loss values from each epoch #624

Open 52b640 opened 2 years ago

52b640 commented 2 years ago

The purpose of these changes is to provide access to the average loss values from each epoch of model-fitting.

Some of the included Cython changes are incidental: They were necessary for me to build and install lightfm for Python 3.10, the only version to which I have easy access.

Ostensibly related to: #275, #539, #601

theMasix commented 6 months ago

:(((