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 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