ClickHouse/docs/zh/sql-reference/functions/machine-learning-functions.md
Ivan Blinkov d91c97d15d
[docs] replace underscores with hyphens (#10606)
* Replace underscores with hyphens

* remove temporary code

* fix style check

* fix collapse
2020-04-30 21:19:18 +03:00

903 B
Raw Blame History

机器学习函数

evalMLMethod预测)

使用拟合回归模型的预测请使用evalMLMethod函数。 请参阅linearRegression中的链接。

随机线性回归

stochasticLinearRegression聚合函数使用线性模型和MSE损失函数实现随机梯度下降法。 使用evalMLMethod来预测新数据。 请参阅示例和注释此处

随机逻辑回归

stochasticLogisticRegression聚合函数实现了二元分类问题的随机梯度下降法。 使用evalMLMethod来预测新数据。 请参阅示例和注释此处