Skip to content

v0.2.0

Choose a tag to compare

@shenweichen shenweichen released this 31 Jan 12:38
· 45 commits to master since this release
e7d0950

Change Log

Major Features and Improvements

  • Refactor feature columns.

  • Different features can use different embedding_dim

  • Add linear part to some models

  • Add SequencePoolingLayer(API)

Bug Fixes and Other Changes

  • Support double precision in metric calculation by setting use_double=True in model.fit() #15

API changes

  • embedding_size parameter of models is removed.Now we must set embedding_dim(default 4) in SparseFeat or VarLenSparseFeat .