Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion fastFM/bpr.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion fastFM/sgd.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down