You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
v 0.8.0
- Support `Tensorflow Estimator` for large scale data and distributed training.
- Support different initializers for different embedding weights by settting `embeddings_initializer` of `SparseFeat`
- Support using pretrained weights to initialize embedding weights and frozen embedding weights.
- Add new model `FwFM`
- API changes
fix some bugs (shenweichen#185)
- fix bug in `get_varlen_pooling_list`
- fix bug in `SequencePoolingLayer` when `mode='max'`
- Add alias `ONN` for model `NFFM`
v0.7.1
* Simplify `VarLenSparseFeat`, support setting weight_normalization.
* Fix problem of embedding size of `SparseFeat` in `linear_feature_columns`.
refactor feature columns
refactor feature columns
- different features can use different `embedding_dim`
- group-wise interaction is available by setting `group_name`