Skip to content

Commit

Permalink
update doc
Browse files Browse the repository at this point in the history
  • Loading branch information
aksnzhy committed Sep 12, 2018
1 parent f449828 commit a8f3b2d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ Here is a simple Python demo no how to use FFM algorithm of xLearn for a binary
# The output result will be stored in output.txt
ffm_model.predict("./model.out", "./output.txt")
This example shows how to use *field-aware factorizations machine (ffm)* to solve a
This example shows how to use *field-aware factorizations machine (FFM)* to solve a
simple binary classification task. You can check out the demo data
(``small_train.txt`` and ``small_test.txt``) from the path ``demo/classification/criteo_ctr``.

Expand Down

0 comments on commit a8f3b2d

Please sign in to comment.