hexiangnan/neural_factorization_machine

retrieve the predictions from test set

FBdata opened this issue · 2 comments

Hello,

Question 1 :
I have a binary classification problem (click/no click).
I would like to retrieve the prediction values from test set (0 or 1) after training, testing and evaluation the NeuralFM (or FM) model in order to calculate some metrics like precision-recall.
Is that possible ?

Question 2:
What is the "keep_prob" argument in NeuralFM.py ? I don't know how to use it.

Anyway, thanks for this python library, that's a great too to play with.
Thanks in advance for the answers.

Thanks for the answer which makes things clear.