优化参数

This commit is contained in:
wzy-warehouse
2026-06-06 11:29:08 +08:00
parent 9c3b0575d2
commit cb2d8c2c54
4 changed files with 154 additions and 6 deletions
+3 -2
View File
@@ -203,6 +203,7 @@ pipe_density:
description: "供水管网密度"
unit: "m/m²"
# 数据: [0.0, 0.07], 约80%为0.090%分位数0.01395%分位数0.023
# 分位数: [0.0, 0.013, 0.023, 0.065]
bins: [0.0, 0.013, 0.023, 0.065]
# 分箱策略:0单独一类,其余3等分(分位数分箱)
# 分位数(非零): [0.013, 0.023, 0.065]
bins: [0.0, 0.001, 0.013, 0.023, 0.065]
labels: [none, low, medium, high]