ycjuan / kaggle-2014-criteo

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Why FFM Training using te.ffm as validation??? te.ffm has no label.

xuetf opened this issue · comments

commented

Hello:
cmd = './ffm-train -k 4 -t 18 -s {nr_thread} -p te.ffm tr.ffm model'.format(nr_thread=NR_THREAD)
-p te.ffm ?
Why FFM Training using te.ffm as validation? te.ffm is just what we need to predict. I think the validation data must origin from train data, and then using val.ffm as validation.