Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Docathon][Add CN Doc No.23] #6372

Merged
merged 11 commits into from
Jan 18, 2024
Prev Previous commit
Next Next commit
fix doc
  • Loading branch information
zade23 committed Jan 15, 2024
commit b3a51b4287545c37edfe4fc9ea594a99b0fe5169
4 changes: 3 additions & 1 deletion docs/api/paddle/static/ctr_metric_bundle_cn.rst
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,12 @@ CTR 相关度量层
- **local_abserr** (Tensor) - 局部绝对误差和
- **local_prob** (Tensor) - 局部预测 CTR 和
- **local_q** (Tensor) - 局部 q 值和
- **local_pos_num** (Tensor) - 局部正例数
- **local_ins_num** (Tensor) - 局部样本数

返回类型
::::::::::::
local_sqrerr(Tensor)
tuple

代码示例:
::::::::::
Expand Down