From fcf25d5210f9cb04cd0577262a61830ffc3baa9f Mon Sep 17 00:00:00 2001 From: Haebuk Date: Tue, 2 Nov 2021 17:56:05 +0900 Subject: [PATCH 1/2] fixed typo --- fastFM/sgd.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fastFM/sgd.py b/fastFM/sgd.py index 27f9810..ba59054 100644 --- a/fastFM/sgd.py +++ b/fastFM/sgd.py @@ -18,7 +18,7 @@ class FMRegression(FactorizationMachine, RegressorMixin): Parameters ---------- n_iter : int, optional - The number of interations of individual samples . + The number of iterations of individual samples . init_stdev: float, optional Sets the stdev for the initialization of the parameter From e89ad85306add288b89a49047a158192781406f9 Mon Sep 17 00:00:00 2001 From: Haebuk Date: Tue, 2 Nov 2021 17:58:11 +0900 Subject: [PATCH 2/2] fixed typo --- fastFM/bpr.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fastFM/bpr.py b/fastFM/bpr.py index 877c483..81a2e5a 100644 --- a/fastFM/bpr.py +++ b/fastFM/bpr.py @@ -15,7 +15,7 @@ class FMRecommender(FactorizationMachine): Parameters ---------- n_iter : int, optional - The number of interations of individual samples . + The number of iterations of individual samples . init_stdev: float, optional Sets the stdev for the initialization of the parameter