Skip to content

v0.8.0

Compare
Choose a tag to compare
@shenweichen shenweichen released this 27 Jun 09:18
· 37 commits to master since this release
66d173e

Change Log 中文版本更新说明

Major Features and Improvements

Bug Fixes and Other Changes

API changes

  • The followings are moved from deepctr.inputs to deepctr.feature_column
    • Class:SparseFeat,VarLenSparseFeat,DenseFeat
    • Function:get_feature_names,build_input_features,get_linear_logit,input_from_feature_columns
    • Variable:DEFAULT_GROUP_NAME
  • combined_dnn_input is moved from deepctr.inputs to deepctr.layers.utils
  • SparseFeat add embeddings_initializer and trainable arguments。