geffy / tffm

TensorFlow implementation of an arbitrary order Factorization Machine
MIT License
780 stars 176 forks source link

How to set loss_funtion to auc #32

Closed philip-fu closed 6 years ago

geffy commented 6 years ago

Generally, there is no way to do this. It's possible to implement some differentiation approximation of AUC and optimize over it (e.g. pairwise loss), but for now, it is not implemented.