Skip to content

Commit

Permalink
add README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
aksnzhy committed Nov 21, 2017
1 parent 5a2a410 commit 6a571a6
Show file tree
Hide file tree
Showing 5 changed files with 2 additions and 2 deletions.
Empty file.
Empty file.
Empty file.
Empty file.
4 changes: 2 additions & 2 deletions python-package/test_python.py
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# This file test the xlearn python package.
# We create a ffm model for binary classification problem.
# The dataset comes from the criteo CTR .
# The dataset comes from the criteo CTR.
import xlearn as xl

ffm_model = fm.create_ffm()
ffm_model = xl.create_ffm()
ffm_model.serTrain(..)
ffm_model.setValidate(..)

0 comments on commit 6a571a6

Please sign in to comment.