shenweichen/DeepCTR-Torch

Custom Loss Function within xDeepFM API

Opened this issue · 0 comments

Describe the question(问题描述)
I noticed that the xDeepFM model API within this repo only supports 2 task

  • "binary" for binary log loss
  • "regression" for regression loss

Does the package supports the integration of other loss function? e.g. Ranking related losses such as Hinge loss