Skip to content

Commit

Permalink
merge from master
Browse files Browse the repository at this point in the history
  • Loading branch information
yangxudong committed Jan 17, 2025
1 parent bf983d4 commit 8317df7
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions docs/source/feature/feature.rst
Original file line number Diff line number Diff line change
Expand Up @@ -139,6 +139,18 @@ RawFeature:连续值特征
}
}
也可以为每个RawFeature添加一个Field Embedding(原始特征值乘上一个可学习embedding参数),如下:

.. code:: protobuf
feature_config:{
features {
input_names: "ctr"
feature_type: RawFeature
embedding_dim: 8
}
}
分箱组件使用方法见: `机器学习组件 <https://help.aliyun.com/document_detail/54352.html>`_
也可以手动导入分箱信息。如下:

Expand Down

0 comments on commit 8317df7

Please sign in to comment.