v0.2.3
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 beDCN-M
- Add
EarlyStopping
andModelCheckpoint
indeepctr_torch.callbacks