ClickHouse/docs/zh/sql-reference/aggregate-functions/reference/categoricalinformationvalue.md
2022-04-10 17:08:18 -06:00

386 B

sidebar_position
250

categoricalInformationValue

对于每个类别计算 (P(tag = 1) - P(tag = 0))(log(P(tag = 1)) - log(P(tag = 0)))

categoricalInformationValue(category1, category2, ..., tag)

结果指示离散(分类)要素如何使用 [category1, category2, ...] 有助于使用学习模型预测tag的值。