Skip to content

v0.2.3

Compare
Choose a tag to compare
@shenweichen shenweichen released this 18 Oct 04:51
· 19 commits to master since this release
bc881dc

Change Log

Major Features and Improvements

Bug Fixes and Other Changes

  • Use float64 in metric to prevent nan/inf loss when calculating logloss

API changes

  • DCN add a new parameter:
    cross_parameterization: string, "vector" or "matrix", way to parameterize the cross network.if set to "matrix" then it will be DCN-M
  • Add EarlyStopping and ModelCheckpoint in deepctr_torch.callbacks