From 5fad1c145ff237a45fee83ff54db73b38f3aa8f7 Mon Sep 17 00:00:00 2001 From: NegatioN Date: Tue, 4 Dec 2018 14:38:13 +0100 Subject: [PATCH] Trigger rebuild --- lightfm/lightfm.py | 1 + 1 file changed, 1 insertion(+) diff --git a/lightfm/lightfm.py b/lightfm/lightfm.py index f3735f86..9cb2e0d7 100644 --- a/lightfm/lightfm.py +++ b/lightfm/lightfm.py @@ -514,6 +514,7 @@ def load(cls, path): """ Loads a model saved in the format output by LightFM.save() Example usage: + model = LightFM.load(path_to_saved_model) Parameters