From ac6515358571120067846320a104498b6fe7d865 Mon Sep 17 00:00:00 2001 From: wangmeng28 Date: Mon, 27 Nov 2017 13:34:05 +0800 Subject: [PATCH] Update readme of deepfm --- deep_fm/README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/deep_fm/README.md b/deep_fm/README.md index 232868ca..eb7e6280 100644 --- a/deep_fm/README.md +++ b/deep_fm/README.md @@ -73,6 +73,11 @@ python train.py \ 2>&1 | train.log ``` +## Evaluation + +After training pass 9 batch 40000, the testing AUC is `0.807178` and the testing +cost is `0.445196`. + ## Infer The command line options for infering can be listed by `python infer.py -h`. -- GitLab