lyst / lightfm

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

LightFM.predict returning np.float64 instead of np.float32 #512

Closed PaschalisSk closed 3 years ago

PaschalisSk commented 4 years ago

LightFM.predict returns np.float64 instead of np.float32. Apart from the storage requirements, the documentation also states np.float32.

maciejkula commented 3 years ago

Thanks!